{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.962973,
            53.089339
          ],
          [
            -2.962523,
            53.089799
          ],
          [
            -2.96252,
            53.089802
          ],
          [
            -2.962464,
            53.089859
          ],
          [
            -2.962443,
            53.08988
          ],
          [
            -2.962296,
            53.09003
          ],
          [
            -2.962048,
            53.090282
          ],
          [
            -2.961954,
            53.090379
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023164408, LL12 8PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9630798316924585,
          53.08929978882583
        ]
      }
    }
  ]
}