{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.229209,
            51.246567
          ],
          [
            1.22943,
            51.246474
          ],
          [
            1.229651,
            51.24638
          ],
          [
            1.229993,
            51.246248
          ],
          [
            1.230334,
            51.246116
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034879768, CT3 1PJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.2303430298502613,
          51.246106381333725
        ]
      }
    }
  ]
}