Hello,

In my blog  http://mrwdgasscarto.blogspot.com/   , why is the height
of the GMapTypeControl too large ?

THANKS for helping me !

I'm using the simple following code:

<script type='text/javascript'>
//<![CDATA[

var map;
var kml;

      _mPreferMetric = true;

      map = new GMap2(document.getElementById("map_MR"));
      map.addMapType(G_PHYSICAL_MAP);
      map.setCenter(new GLatLng(50.452533,4.346303),7);
      map.addControl(new GSmallMapControl());
      map.addControl(new GScaleControl());
      map.addControl(new GMapTypeControl());
      map.enableScrollWheelZoom();
      kml = new GGeoXml("http://sites.google.com/site/
mrwdgasscartosite/Home/MR_160109.kml");
      map.addOverlay(kml);

      map = new GMap2(document.getElementById("map_RS"));
      map.addMapType(G_PHYSICAL_MAP);
      map.setCenter(new GLatLng(50.452533,4.346303),7);
      map.addControl(new GSmallMapControl());
      map.addControl(new GScaleControl());
      map.addControl(new GMapTypeControl());
      map.enableScrollWheelZoom();
      kml = new GGeoXml("http://sites.google.com/site/
mrwdgasscartosite/Home/RS_160109.kml");
      map.addOverlay(kml);

      map = new GMap2(document.getElementById("map_CJ"));
      map.addMapType(G_PHYSICAL_MAP);
      map.setCenter(new GLatLng(50.452533,4.346303),7);
      map.addControl(new GSmallMapControl());
      map.addControl(new GScaleControl());
      map.addControl(new GMapTypeControl());
      map.enableScrollWheelZoom();
      kml = new GGeoXml("http://sites.google.com/site/
mrwdgasscartosite/Home/CJ_160109.kml");
      map.addOverlay(kml);

//]]>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to