{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Highcliff Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.229107,
            51.995695
          ],
          [
            -3.229112,
            51.995651
          ],
          [
            -3.229129,
            51.995511
          ],
          [
            -3.22915,
            51.995326
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023789062, LD3 0BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.229142233779595,
          51.995413948768274
        ]
      }
    }
  ]
}