{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Union Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.660813,
            53.679626
          ],
          [
            -1.660992,
            53.679778
          ],
          [
            -1.661172,
            53.67993
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83219193, WF13 3JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6608439943263253,
          53.67964596972838
        ]
      }
    }
  ]
}