{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lower Barbourne Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.230333,
            52.204215
          ],
          [
            -2.230068,
            52.203807
          ],
          [
            -2.229802,
            52.203398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145049, WR1 3JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2298024272958674,
          52.20339815774779
        ]
      }
    }
  ]
}