{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Maple Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.508242,
            53.202119
          ],
          [
            -2.508313,
            53.202237
          ],
          [
            -2.50829,
            53.202273
          ],
          [
            -2.508195,
            53.202426
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013204366, CW7 3BF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5081951878652045,
          53.20242577396642
        ]
      }
    }
  ]
}