From 3d2af0121c6e913b0986c551aec2726d5bd5294f Mon Sep 17 00:00:00 2001 From: jonsowman Date: Tue, 1 Jun 2010 20:00:21 +0100 Subject: [PATCH] Map is terrain view by default closes #31 --- predict/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/predict/index.php b/predict/index.php index 952113a..4c45b14 100644 --- a/predict/index.php +++ b/predict/index.php @@ -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',