{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodlands Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.57565,
            51.406446
          ],
          [
            -0.574423,
            51.40661
          ],
          [
            -0.573888,
            51.406681
          ],
          [
            -0.573244,
            51.406863
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002016349, GU25 4PN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5756439454192724,
          51.40644306735744
        ]
      }
    }
  ]
}