{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rook's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.562619,
            52.458736
          ],
          [
            1.562696,
            52.458732
          ],
          [
            1.562772,
            52.458729
          ],
          [
            1.563255,
            52.458742
          ],
          [
            1.563738,
            52.458756
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013323957, NR34 9AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.5636664492323733,
          52.458750605547785
        ]
      }
    }
  ]
}