{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stony Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.541645,
            52.507688
          ],
          [
            1.543753,
            52.507729
          ],
          [
            1.544135,
            52.507736
          ],
          [
            1.545849,
            52.507604
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630001861, NR14 6NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.54171991917264,
          52.50776436237014
        ]
      }
    }
  ]
}