Hi,I successfully mapped my KML files from the server. usinggeoXml = new GGeoXml('http://server:8399/kml/myKml.kml');
gmap.addOverlay(geoXml);however, using the same procedure with a kmz file does not work, even with xmlLoadedgeoXml = new GGeoXml('http://server:8399/kml/myKmz.kmz', xmlLoaded);
gmap.addOverlay(geoXml);is this due to AGS or GM? any ideas or hints?thank you!