Improved location widget
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
controlText.innerHTML = 'Konzertort anzeigen';
|
||||
controlUI.appendChild(controlText);
|
||||
|
||||
var target = new google.maps.LatLng( {{routeInfo.destination}} );
|
||||
var target = new google.maps.LatLng( {{ nextConcert.map_location }} );
|
||||
|
||||
google.maps.event.addDomListener(controlUI, 'click', function() {
|
||||
map.setMapTypeId( google.maps.MapTypeId.HYBRID );
|
||||
|
||||
Reference in New Issue
Block a user