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