{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Helsby Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.673282,
            53.518111
          ],
          [
            -2.6733,
            53.518336
          ],
          [
            -2.673251,
            53.518444
          ],
          [
            -2.673103,
            53.51877
          ],
          [
            -2.673145,
            53.518808
          ],
          [
            -2.673187,
            53.518847
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063686, WN3 6JP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6732276381290716,
          53.51850729970139
        ]
      }
    }
  ]
}