{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smiths Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.532402,
            50.71348
          ],
          [
            -3.532349,
            50.713638
          ],
          [
            -3.532296,
            50.713797
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023115328, EX2 8EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5323984321626694,
          50.71347167271707
        ]
      }
    }
  ]
}