Here is a code snippet
var geoXml;
function initialize() {
if (GBrowserIsCompatible()) {
su1 = new GGeoXml('http://62.72.32.113/bm-od/su_1.kml');
// Create and Center a Map
var map = new GMap2(document.getElementById('map_canvas'));
map.setCenter(new GLatLng(54, -5), 5);
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.addOverlay(su1);
this displays the kml file su_1.kml
now I would like to also add the file su_2.kml
Any ideas?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---