{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leen Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.181309,
            52.958232
          ],
          [
            -1.180794,
            52.958309
          ],
          [
            -1.180279,
            52.958386
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009156154, NG7 3ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1813090136170503,
          52.958231641576866
        ]
      }
    }
  ]
}