{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "South Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.816744,
            53.207252
          ],
          [
            -0.816758,
            53.207291
          ],
          [
            -0.816773,
            53.207329
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013979723, NG23 6RG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.8165437925005874,
          53.20585241562971
        ]
      }
    }
  ]
}