{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "May Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.762551,
            54.975438
          ],
          [
            -1.762942,
            54.97543
          ],
          [
            -1.763333,
            54.975422
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070832838, NE40 3PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7625514802061102,
          54.975438072234105
        ]
      }
    }
  ]
}