{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rutland Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.587582,
            51.476607
          ],
          [
            -2.587995,
            51.476772
          ],
          [
            -2.588407,
            51.476936
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "315859, BS7 9DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5883350543257477,
          51.476909276615956
        ]
      }
    }
  ]
}