{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grange Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.575879,
            53.156872
          ],
          [
            -1.575909,
            53.156939
          ],
          [
            -1.575939,
            53.157006
          ],
          [
            -1.575842,
            53.157129
          ],
          [
            -1.575829,
            53.157134
          ],
          [
            -1.575617,
            53.157203
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010335552, DE4 2QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.575451980289241,
          53.157280055608624
        ]
      }
    }
  ]
}