{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Roberton Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.298948,
            55.836143
          ],
          [
            -4.299099,
            55.835996
          ],
          [
            -4.299501,
            55.83596
          ],
          [
            -4.299718,
            55.83594
          ],
          [
            -4.300091,
            55.835762
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700395938, G41 4RJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.298947664128956,
          55.83614306369388
        ]
      }
    }
  ]
}