{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Duncan Lane North",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.344538,
            55.880059
          ],
          [
            -4.344286,
            55.880266
          ],
          [
            -4.344035,
            55.880473
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542221, G14 9HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.344537789899154,
          55.880058824424225
        ]
      }
    }
  ]
}