{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coopers Villas",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.259044,
            51.882823
          ],
          [
            0.258876,
            51.882719
          ],
          [
            0.258889,
            51.882558
          ],
          [
            0.258914,
            51.88225
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002185671, CM22 6PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.2590439725939723,
          51.88282321471603
        ]
      }
    }
  ]
}