I have this operating page that displays a KML file using Google Maps
API V2:
http://23ve4.com/cd/kmlmaps.htm.
I am requesting help to generalize which KML file is called and shown
in the map window.
Right now, the KML file AZ01.kml is opened. AZ02.kml thru AZ07.kml
exist in the same folder.
1 - How to make the code:
var geoXml = new GGeoXml("http://23ve4.com/cd/AZ01.kml");
accept a variable file name designated by the user using the <OPTIONS>
in the left panel?
2 - How to "chain together" 2 of the KML files for simultaneous
display?
Thank you for any possible help.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.