{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ivy Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.763314,
            54.975898
          ],
          [
            -1.762994,
            54.975906
          ],
          [
            -1.762674,
            54.975915
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070832837, NE40 3PU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.763314292660336,
          54.975897854330476
        ]
      }
    }
  ]
}