{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Laver's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.919442,
            50.820322
          ],
          [
            -2.920126,
            50.822031
          ],
          [
            -2.920476,
            50.822905
          ],
          [
            -2.920717,
            50.823754
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013013138, TA20 4NP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9194034787951213,
          50.82032399608135
        ]
      }
    }
  ]
}