{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burtons Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.396351,
            52.754104
          ],
          [
            0.396064,
            52.754102
          ],
          [
            0.395778,
            52.754101
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023633718, PE30 1DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.39631385420548915,
          52.75411167391237
        ]
      }
    }
  ]
}