Map is terrain view by default closes #31

pull/73/head
jonsowman 2010-06-01 20:00:21 +01:00
rodzic 29d519535e
commit 3d2af0121c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -36,11 +36,11 @@ function initialize() {
zoom: 8,
scaleControl: true,
scaleControlOptions: { position: google.maps.ControlPosition.BOTTOM_LEFT } ,
mapTypeId: google.maps.MapTypeId.TERRAIN,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
// submit the form here
// attach form submit event handler to launch card
$("#modelForm").ajaxForm({
url: 'ajax.php?action=submitForm',
type: 'POST',