{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Caple Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.292928,
            51.397602
          ],
          [
            -3.292825,
            51.397513
          ],
          [
            -3.292722,
            51.397424
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Caple Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.292722,
            51.397424
          ],
          [
            -3.292463,
            51.397189
          ],
          [
            -3.292205,
            51.396953
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64102051, CF62 6PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.292927831948024,
          51.397601707505665
        ]
      }
    }
  ]
}