{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Luke's Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.07171,
            53.567569
          ],
          [
            -0.071365,
            53.567384
          ],
          [
            -0.071312,
            53.567355
          ],
          [
            -0.071,
            53.567497
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "11095489, DN32 9HD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.07171048588721984,
          53.56756852212994
        ]
      }
    }
  ]
}