Select to view content in your preferred language

Displaying KMZ files using ArcGIS Server Google Maps API

812
1
05-14-2010 05:47 AM
JensOldeland
Emerging Contributor
Hi,

I successfully mapped my KML files from the server. using
geoXml = 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 xmlLoaded

geoXml = 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!
0 Kudos
1 Reply
JensOldeland
Emerging Contributor
Hi again,

I found it myself. I don´t know why, but the "xmlLoaded" does not belong there...
0 Kudos