$.getJSON("/map/data/busstops", function(data) { //getting the json data
  data.forEach(function(busStop) {
    try {
      var geoJSON = JSON.parse(busStop.geo_data);
      busstopLayer.addData(geoJSON); //adding the json data to the building layer