{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Mary's Gate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.483435,
            53.55501
          ],
          [
            -1.483093,
            53.555043
          ],
          [
            -1.48275,
            53.555077
          ],
          [
            -1.482481,
            53.555104
          ],
          [
            -1.482211,
            53.55513
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022878045, S70 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4834354156564182,
          53.55500953199522
        ]
      }
    }
  ]
}