{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coombe Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.814034,
            51.184593
          ],
          [
            0.81435,
            51.184367
          ],
          [
            0.814665,
            51.184141
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012854321, TN26 1AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8140551881765472,
          51.184584762959176
        ]
      }
    }
  ]
}