{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bridgewater Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.320785,
            53.505386
          ],
          [
            -2.320782,
            53.505402
          ],
          [
            -2.320779,
            53.505418
          ],
          [
            -2.320558,
            53.505627
          ],
          [
            -2.320337,
            53.505836
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007890307, M27 5FG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.320786050948241,
          53.50538489173623
        ]
      }
    }
  ]
}