{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Auburn Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.492669,
            54.992711
          ],
          [
            -1.492943,
            54.992711
          ],
          [
            -1.493218,
            54.992711
          ],
          [
            -1.493422,
            54.99265
          ],
          [
            -1.493627,
            54.992589
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "47230635, NE28 6TE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4926687238259075,
          54.99271080439432
        ]
      }
    }
  ]
}