{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Thomas' Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.704045,
            53.766661
          ],
          [
            -2.703883,
            53.766496
          ],
          [
            -2.703721,
            53.76633
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013164972, PR1 1JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7037057464380787,
          53.76633043225696
        ]
      }
    }
  ]
}