{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.820518,
            53.34582
          ],
          [
            -2.821042,
            53.345691
          ],
          [
            -2.821565,
            53.345561
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38263720, L24 6SX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.820518311479166,
          53.34582035369872
        ]
      }
    }
  ]
}