{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodsett Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.2155,
            53.485039
          ],
          [
            -1.215666,
            53.485306
          ],
          [
            -1.215832,
            53.485574
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006609697, DN12 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2158022508973927,
          53.48554692287613
        ]
      }
    }
  ]
}