{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sand Hill Lawns",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.532045,
            53.846975
          ],
          [
            -1.532261,
            53.846715
          ],
          [
            -1.532477,
            53.846456
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72644845, LS17 6TT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5320761722285132,
          53.84693031527073
        ]
      }
    }
  ]
}