{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Davidson Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.330414,
            55.882107
          ],
          [
            -4.330334,
            55.88229
          ],
          [
            -4.330255,
            55.882472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700392800, G14 9JH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.330260274912068,
          55.882469104681604
        ]
      }
    }
  ]
}