{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Edgar Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.081569,
            53.477903
          ],
          [
            -1.081918,
            53.47778
          ],
          [
            -1.082437,
            53.477461
          ],
          [
            -1.082517,
            53.477358
          ],
          [
            -1.082685,
            53.477139
          ],
          [
            -1.082788,
            53.476582
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006607755, DN11 0PL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0827876278651145,
          53.47658243663666
        ]
      }
    }
  ]
}