{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Gordon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.478985,
            53.666572
          ],
          [
            -1.478367,
            53.66623
          ],
          [
            -1.477749,
            53.665889
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63173971, WF1 5AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4789852405993746,
          53.66657158396574
        ]
      }
    }
  ]
}