{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kingsley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.561656,
            53.534823
          ],
          [
            -2.561608,
            53.534874
          ],
          [
            -2.561559,
            53.534925
          ],
          [
            -2.561459,
            53.535009
          ],
          [
            -2.561358,
            53.535094
          ],
          [
            -2.561161,
            53.535041
          ],
          [
            -2.560964,
            53.534988
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064001, WN2 4JD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5613733356040407,
          53.53511152789589
        ]
      }
    }
  ]
}