{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Springfield Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.41593,
            53.566132
          ],
          [
            -2.416344,
            53.566
          ],
          [
            -2.416758,
            53.565868
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070909779, BL3 2RQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4159299417924878,
          53.566131886217356
        ]
      }
    }
  ]
}