{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.525853,
            52.933062
          ],
          [
            -1.525847,
            52.933086
          ],
          [
            -1.525845,
            52.933096
          ],
          [
            -1.525836,
            52.93313
          ],
          [
            -1.526053,
            52.93406
          ],
          [
            -1.526115,
            52.934325
          ],
          [
            -1.52627,
            52.93499
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000255615, DE22 4LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5259970871058486,
          52.93407206930293
        ]
      }
    }
  ]
}