{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stony Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.618183,
            51.076975
          ],
          [
            -3.618306,
            51.076842
          ],
          [
            -3.618441,
            51.076695
          ],
          [
            -3.618476,
            51.076658
          ],
          [
            -3.618486,
            51.076647
          ],
          [
            -3.619031,
            51.076565
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023834903, TA22 9PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.6218044167230374,
          51.07723914574555
        ]
      }
    }
  ]
}