{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nevil Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.588497,
            51.480091
          ],
          [
            -2.588629,
            51.479821
          ],
          [
            -2.588761,
            51.479551
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "315041, BS7 8NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5885195522299433,
          51.4800554115185
        ]
      }
    }
  ]
}