{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Claudia Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.150744,
            50.802667
          ],
          [
            -1.150712,
            50.802499
          ],
          [
            -1.15068,
            50.802331
          ],
          [
            -1.150574,
            50.802273
          ],
          [
            -1.150469,
            50.802216
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "37041353, PO12 3AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1504688324422245,
          50.80221577487748
        ]
      }
    }
  ]
}