From d077d0ec85a92cb7dd8bb581247f423b4fda7f68 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 29 Oct 2008 18:51:27 +0000 Subject: [PATCH] Correção na chamada map.setMapType(G_SATELLITE_TYPE); para map.setMapType(G_SATELLITE_MAP); --- ferramentas/googlemaps/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferramentas/googlemaps/index.htm b/ferramentas/googlemaps/index.htm index e010ba5..ac07e1e 100644 --- a/ferramentas/googlemaps/index.htm +++ b/ferramentas/googlemaps/index.htm @@ -25,7 +25,7 @@ var map = new GMap(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); - map.setMapType(G_SATELLITE_TYPE); + map.setMapType(G_SATELLITE_MAP); map.centerAndZoom(new GPoint(pt1,pt2), 7); GEvent.addListener(map, "moveend", function() { ondegoogle(map); -- libgit2 0.21.2