{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Chase",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.24811,
            51.934489
          ],
          [
            0.24737,
            51.934547
          ],
          [
            0.24726,
            51.934397
          ],
          [
            0.24684,
            51.933829
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002184332, CM22 6PP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.2481524630953079,
          51.93447786648825
        ]
      }
    }
  ]
}