{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Iona Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.167183,
            55.774555
          ],
          [
            -4.166944,
            55.774272
          ],
          [
            -4.166705,
            55.773988
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484170935, G74 4FE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.167183289268236,
          55.77455500818225
        ]
      }
    }
  ]
}