{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alfred Parade",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.595686,
            51.460009
          ],
          [
            -2.595717,
            51.459988
          ],
          [
            -2.596642,
            51.459359
          ],
          [
            -2.596848,
            51.459219
          ],
          [
            -2.596942,
            51.459155
          ],
          [
            -2.597599,
            51.458709
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "311598, BS2 8HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5957315005921253,
          51.45997666471041
        ]
      }
    }
  ]
}