{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Colquhoun Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.475562,
            55.619156
          ],
          [
            -4.475186,
            55.618988
          ],
          [
            -4.47481,
            55.61882
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "127060445, KA3 7PW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.475562224852956,
          55.619155705227705
        ]
      }
    }
  ]
}