{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dunglass Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.348168,
            55.88007
          ],
          [
            -4.348016,
            55.880195
          ],
          [
            -4.347863,
            55.880319
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700393033, G14 9EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.3480307539033385,
          55.880180956550866
        ]
      }
    }
  ]
}