{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West College Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.188388,
            55.94772
          ],
          [
            -3.188238,
            55.947428
          ],
          [
            -3.188089,
            55.947136
          ],
          [
            -3.18803,
            55.947032
          ],
          [
            -3.18797,
            55.946927
          ],
          [
            -3.187936,
            55.946914
          ],
          [
            -3.187902,
            55.946902
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906458764, EH8 9BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.188116903292259,
          55.94720780073865
        ]
      }
    }
  ]
}