{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.401831,
            53.138802
          ],
          [
            -0.401727,
            53.138566
          ],
          [
            -0.401622,
            53.13833
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006532693, LN4 3DZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.40183128179285926,
          53.13880222906961
        ]
      }
    }
  ]
}