{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Broad Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.023205,
            53.733573
          ],
          [
            -2.021828,
            53.733217
          ],
          [
            -2.021239,
            53.732987
          ],
          [
            -2.019397,
            53.732266
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090215658, HX7 6JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0231704276780826,
          53.733539340659924
        ]
      }
    }
  ]
}