{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Griffiths Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.626072,
            54.371446
          ],
          [
            -1.626102,
            54.371835
          ],
          [
            -1.626122,
            54.372096
          ],
          [
            -1.62629,
            54.372177
          ],
          [
            -1.626536,
            54.372183
          ],
          [
            -1.626783,
            54.372189
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034647449, DL10 7NP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6262589566341146,
          54.372142035652004
        ]
      }
    }
  ]
}