{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.04429,
            52.638592
          ],
          [
            1.044651,
            52.639202
          ],
          [
            1.045665,
            52.63987
          ],
          [
            1.045968,
            52.640195
          ],
          [
            1.045987,
            52.640227
          ],
          [
            1.046618,
            52.641304
          ],
          [
            1.047422,
            52.641965
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630004242, NR9 4DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.044289989762997,
          52.63859215129396
        ]
      }
    }
  ]
}