location field refactor

This commit is contained in:
Martin Bauer
2013-09-28 11:41:05 +02:00
parent 05b7a2b969
commit 6c3a7ca408
7 changed files with 261 additions and 120 deletions

View File

@@ -4,6 +4,16 @@
height: 480px;
}
#map img
{
max-width: none;
}
#map label
{
margin-bottom: 0px;
display: inline;
}
#concert_route .map iframe{
display: block;
}

View File

@@ -100,7 +100,9 @@
var myOptions = {
zoom: 10,
mapTypeId: google.maps.MapTypeId.ROAD,
zoomControl: false
zoomControl: false,
panControl: false,
streetViewControl: false
}
var directionsService = new google.maps.DirectionsService();
var directionsDisplay = new google.maps.DirectionsRenderer();