{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alexandra Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.595669,
            53.511634
          ],
          [
            -2.595421,
            53.51166
          ],
          [
            -2.595173,
            53.511686
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063738, WN2 5QY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5953992873900185,
          53.51166663500165
        ]
      }
    }
  ]
}