{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.178191,
            54.694891
          ],
          [
            -1.17803,
            54.694768
          ],
          [
            -1.17787,
            54.694646
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009718849, TS24 0QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1778695128480539,
          54.69466402462187
        ]
      }
    }
  ]
}