{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Richard's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.943705,
            51.623265
          ],
          [
            -3.943741,
            51.623109
          ],
          [
            -3.943777,
            51.622954
          ],
          [
            -3.943829,
            51.622807
          ],
          [
            -3.943881,
            51.62266
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010050819, SA1 5AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9438814119228085,
          51.622659520533375
        ]
      }
    }
  ]
}