Rossko,
Below is part of my code that parses the KML (actually they are KMZ)
files:
var harr_sanpipe = new GGeoXml("http://niraengineers.com/map/
harr_sanpipe.kmz");
var harr_sanmh = new GGeoXml("http://niraengineers.com/map/
harr_sanmh.kmz");
var ftma_valves = new GGeoXml("http://niraengineers.com/map/
ftma_valves.kmz");
var water_lines = new GGeoXml("http://niraengineers.com/map/
water_lines.kmz");
var matr_pipe = new GGeoXml("http://niraengineers.com/map/
matr_pipe.kmz");
var matr_mh = new GGeoXml("http://niraengineers.com/map/
matr_mh.kmz");
var ftma = new GGeoXml("http://niraengineers.com/map/ftma.kmz");
map.addOverlay(harr_sanpipe);
map.addOverlay(harr_sanmh);
map.addOverlay(matr_pipe);
map.addOverlay(matr_mh);
map.addOverlay(ftma);
Do you have an example you could show me?
--
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.