First,my purpose is that I want to load KML file on my own google map and the KML file contain the tag of network link. So I get some information on http://www.dyasdesigns.com/geoxml/ and I have read the example on http://www.dyasdesigns.com/geoxml/networklink.htm.I was told that I should define a proxy.So I use geoxml.js like this: var path = "http://www.dyasdesigns.com/geoxml/violence.kml"; var proxy = "/cgi-bin/proxy.php?url="; var exml = new GeoXml("exml", mmap, [proxy+escape(path)], {sidebarid:"the_side_bar"}); exml.parse(); but,there is no information on the side bar of my own google map.Could you please give me some advice? my system is WinXP,my browser is firefox,and In my PC,I have installed the Apache2.2.11+php5.2.9+mysql5.0+IIS5
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
