{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Havelock Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.299749,
            55.873498
          ],
          [
            -4.299306,
            55.873445
          ],
          [
            -4.298863,
            55.873391
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700393907, G11 5JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.299668374064737,
          55.87349090238039
        ]
      }
    }
  ]
}