{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Centre Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.046406,
            52.447994
          ],
          [
            -2.046748,
            52.448535
          ],
          [
            -2.046848,
            52.448695
          ],
          [
            -2.046937,
            52.449099
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "90208942, B63 3EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.046406335006874,
          52.44799364775366
        ]
      }
    }
  ]
}