{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.136811,
            53.512625
          ],
          [
            -1.13714,
            53.512465
          ],
          [
            -1.137468,
            53.512305
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006609994, DN1 3RA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1368110912697864,
          53.51261599492599
        ]
      }
    }
  ]
}