{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.745065,
            54.336628
          ],
          [
            -1.748203,
            54.336457
          ],
          [
            -1.751341,
            54.336285
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034647644, DL8 5LR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7513269977480344,
          54.33627291189407
        ]
      }
    }
  ]
}