{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.753084,
            53.78227
          ],
          [
            -1.753506,
            53.782227
          ],
          [
            -1.753842,
            53.782193
          ],
          [
            -1.753928,
            53.782184
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010588243, BD5 7HF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.753199545774707,
          53.78222793865763
        ]
      }
    }
  ]
}