I have two kml files that I would like to add to my google map, one
file represents sanitary sewer manholes and the other sanitary sewer
pipes.  I can only get one to show up.  My code is below:

var kml = new GGeoXml("http://niraengineers.com/map/harr_sanmh.kml";);
var kml2 = new GGeoXml("http://niraengineers.com/map/
harr_sanpipe.kml");
map.addOverlay(kml);
map.addOverlay(kml2);

My website: map.niraengineers.com

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