My map (Maps API v2) (http://www.capetown-direct.com/map.aspx) uses a
GGeoXML overlay to load data from a .kml and works fine. The .kml is
generated in a separate ASP.NET page based on the bounding box of the
map's viewport (passed via GET params to the .NET page).

Now I want the .NET page to generate a .kmz and return that instead
of .kml to the GGeoXML overlay. The .NET page generates the .kmz
correctly (I have saved the file to disk and checked it in GE4), but
for some reason the map doesn't display the overlay. I have the
suspicion it is because the URL I pass to the GGeoXml object is like
http://www.capetown-direct.com/testkml.aspx?x1=-34.325291924427326&x2=-33.18353672893613&y1=18.03131103515625&y2=19.40460205078125
. In other words, not a .kmz, but a page that generates the kmz.

As a sidenote, IIS has the kmz MIME type configured correctly.

Any suggestions?

James

--~--~---------~--~----~------------~-------~--~----~
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