{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodlands Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.009789,
            52.092031
          ],
          [
            0.009167,
            52.091895
          ],
          [
            0.008546,
            52.091758
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090708292, SG8 6JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.00978905511335437,
          52.0920403987686
        ]
      }
    }
  ]
}