{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Heath Crescent",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.346208,
            51.603629
          ],
          [
            -3.346649,
            51.604258
          ],
          [
            -3.346796,
            51.604468
          ],
          [
            -3.34724,
            51.604832
          ],
          [
            -3.34736,
            51.604922
          ],
          [
            -3.347417,
            51.604964
          ],
          [
            -3.347375,
            51.605019
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023817541, CF37 2LB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.347389518188325,
          51.605018399998094
        ]
      }
    }
  ]
}