{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pembertons Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.797372,
            53.427119
          ],
          [
            -2.797327,
            53.427247
          ],
          [
            -2.797282,
            53.427375
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "40070528, L34 5SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.797356818954028,
          53.427119555194885
        ]
      }
    }
  ]
}