diff --git a/www/templates/html/UNL/TourMap/GoogleMap.tpl.php b/www/templates/html/UNL/TourMap/GoogleMap.tpl.php index 7c3fbd8dee6c6fafe4e6b5202492b4f62c7f1938..dd92ae8b38552f96b2a42f4de77b3db8c46ef930 100644 --- a/www/templates/html/UNL/TourMap/GoogleMap.tpl.php +++ b/www/templates/html/UNL/TourMap/GoogleMap.tpl.php @@ -59,6 +59,8 @@ UNLTourMap = new function() { var code = location.hash.replace('#', ''); WDN.log("we have a hash: "+code); + WDN.analytics.callTrackEvent('UNL_Map', 'showBuilding', code); + if (code) { UNLTourMap.panToBuilding(code); UNLTourMap.openBuildingInfo(code);