From 4954f6c15a2106b74a43584a9f536f2c49cc08ce Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 7 Oct 2014 19:22:05 -0300 Subject: [PATCH] Stop map scrolling and adjust height --- sigi/apps/metas/templates/metas/mapa.html | 2 +- sigiStatic/js/metas/mapa.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sigi/apps/metas/templates/metas/mapa.html b/sigi/apps/metas/templates/metas/mapa.html index b96fa2a..1bc45bb 100644 --- a/sigi/apps/metas/templates/metas/mapa.html +++ b/sigi/apps/metas/templates/metas/mapa.html @@ -47,7 +47,7 @@
-
+
diff --git a/sigiStatic/js/metas/mapa.js b/sigiStatic/js/metas/mapa.js index a88cc20..78e9e7b 100644 --- a/sigiStatic/js/metas/mapa.js +++ b/sigiStatic/js/metas/mapa.js @@ -11,6 +11,7 @@ $("#list_csv").click( open_report ); var latlng = new google.maps.LatLng(-14.2350040, -51.925280); var myOptions = { + scrollwheel: false, zoom: 5, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP