{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hibberd Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.577595,
            52.344393
          ],
          [
            -1.577809,
            52.344327
          ],
          [
            -1.578022,
            52.34426
          ],
          [
            -1.578134,
            52.344215
          ],
          [
            -1.578246,
            52.344169
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094933769, CV8 1LF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.577624798603386,
          52.34439335809407
        ]
      }
    }
  ]
}