{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jubilee Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.685392,
            53.467704
          ],
          [
            -2.685331,
            53.467898
          ],
          [
            -2.685315,
            53.46795
          ],
          [
            -2.685551,
            53.467982
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39204054, WA11 0UE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.685393155476749,
          53.46769748580566
        ]
      }
    }
  ]
}