{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.001568,
            55.766987
          ],
          [
            -2.001053,
            55.766861
          ],
          [
            -2.000538,
            55.766736
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034178027, TD15 1HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.001567994246251,
          55.766968550681504
        ]
      }
    }
  ]
}