{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grenville Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.588401,
            51.473114
          ],
          [
            -2.588884,
            51.473144
          ],
          [
            -2.589367,
            51.473173
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Grenville Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.589367,
            51.473173
          ],
          [
            -2.589814,
            51.473202
          ],
          [
            -2.59026,
            51.473231
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "313780, BS6 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.59020252385925,
          51.4732223208858
        ]
      }
    }
  ]
}