On Nov 19, 7:51 pm, Lara <[EMAIL PROTECTED]> wrote: > I'm looking at the code for the site you gave. Can you explain to me > where I plug in the source I'm interested in: > e.g.,http://geodata.epa.gov/wfsconnector/com.esri.wfs.Esrimap/NPL_FS?and > how it gets turned into a gml, which on your site is "usa.xml" I'm > assuming? > > cheers, > Lara
Adding another large JS file to your application to perform basic XML parsing may not be the way to go. Either way, you will have to proxy requests through your server to avoid cross-domain access complaints. Instead of having every instance of your application parse the same XML document, your server could do it just once. "GetCapabilities" results are fairly stable. Once you know the basic URL structure with available "&layers=", the actual image requests will occur in the browser. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
