{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.545344,
            52.573574
          ],
          [
            1.546152,
            52.574494
          ],
          [
            1.546998,
            52.575263
          ],
          [
            1.547525,
            52.575743
          ],
          [
            1.549036,
            52.576788
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009926859, NR13 3HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.5453280609542126,
          52.57356675713889
        ]
      }
    }
  ]
}