{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Poplar Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.905412,
            52.505667
          ],
          [
            -1.905658,
            52.50562
          ],
          [
            -1.905905,
            52.505573
          ],
          [
            -1.905949,
            52.505565
          ],
          [
            -1.905993,
            52.505557
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023500096, B19 1JJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9054757432362959,
          52.50564491724522
        ]
      }
    }
  ]
}