{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burnthouse Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.047399,
            52.642055
          ],
          [
            1.048735,
            52.642861
          ],
          [
            1.04977,
            52.643621
          ],
          [
            1.050151,
            52.643902
          ],
          [
            1.050507,
            52.644233
          ],
          [
            1.051495,
            52.645466
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630000256, NR20 3LF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0473833458135098,
          52.64204684398318
        ]
      }
    }
  ]
}