{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodlands Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.706523,
            54.980528
          ],
          [
            -1.707061,
            54.980646
          ],
          [
            -1.707599,
            54.980764
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510715942, NE15 8AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7065225053658257,
          54.980527925663864
        ]
      }
    }
  ]
}