{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Low's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.152094,
            53.629285
          ],
          [
            -2.151816,
            53.629369
          ],
          [
            -2.151537,
            53.629453
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113742, OL12 0AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.152096140619991,
          53.629281226193804
        ]
      }
    }
  ]
}