{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stafford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.58391,
            53.532659
          ],
          [
            -2.58354,
            53.532566
          ],
          [
            -2.583169,
            53.532472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063971, WN2 3HU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5835324100202484,
          53.53256053354917
        ]
      }
    }
  ]
}