{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Uganda Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.449327,
            53.558901
          ],
          [
            -2.449711,
            53.558801
          ],
          [
            -2.450095,
            53.558701
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912706, BL3 3JT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4493271923344486,
          53.5589012132948
        ]
      }
    }
  ]
}