{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blacksmith's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.533572,
            52.620632
          ],
          [
            0.532891,
            52.621521
          ],
          [
            0.532211,
            52.62241
          ],
          [
            0.532204,
            52.622417
          ],
          [
            0.532198,
            52.622424
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023633576, PE33 9GF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5335716166857726,
          52.620631819970285
        ]
      }
    }
  ]
}