location field refactor
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
height: 480px;
|
||||
}
|
||||
|
||||
#map img
|
||||
{
|
||||
max-width: none;
|
||||
}
|
||||
#map label
|
||||
{
|
||||
margin-bottom: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#concert_route .map iframe{
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user