{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Magpie Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.149918,
            52.02509
          ],
          [
            -1.150354,
            52.025103
          ],
          [
            -1.150789,
            52.025116
          ],
          [
            -1.150944,
            52.025121
          ],
          [
            -1.151098,
            52.025125
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023965180, NN13 7ER",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1499761587040962,
          52.02509920151561
        ]
      }
    }
  ]
}