{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Maiden's Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.280336,
            55.641915
          ],
          [
            -2.280787,
            55.642013
          ],
          [
            -2.281027,
            55.641987
          ],
          [
            -2.281209,
            55.641968
          ],
          [
            -2.281744,
            55.642014
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090895650, TD12 4RH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.280345335713987,
          55.64194338199017
        ]
      }
    }
  ]
}