On Dec 12, 3:13 pm, Lara <[email protected]> wrote: > Hi everyone, > > A bunch of folks got me started with how to use a WFS in Google Maps > on this thread: > > http://groups.google.com/group/Google-Maps-API/browse_thread/thread/1... > > but I need some additional help. I admit I still don't quite > understand how to use the Proxy ASP within Google Maps. All of the > working examples I've seen using proxy servers use PHP. Still, I've > been experimenting and have a couple of proxy ASP pages I'm trying to > parse using Javascript and create markers for on my Google Maps page. > > Will someone please take a look at these two sample pages and the > two ASP scripts they refer to and tell me what I'm doing wrong. > > http://www.tchdgis.org/googlemaps/mapreadASP.html refers to http://www.tchdgis.org/googlemaps/proxy.asp What it gets is (point the browser at the link above): <?xml version="1.0" encoding="utf-8" ?> - <error> <description>Error parsing feed: Element content is invalid according to the DTD/Schema. Expecting: {http://www.esri.com/esri} d_igd.ef_npl.primary_name, {http://www.esri.com/esri} d_igd.ef_npl.facility_uin, {http://www.esri.c....</description> </error>
http://www.tchdgis.org/googlemaps/mapreadASP2.html refers to http://www.tchdgis.org/googlemaps/proxy2.asp What it gets (point the browser at the link above, then view source) is some valid xml followed by: <p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a01a8'</font> <p> <font face="Arial" size=2>Object required: '<?xml version=" 1.0" '</font> <p> <font face="Arial" size=2>/googlemaps/proxy2.asp</font><font face="Arial" size=2>, line 23</font> Which make the xml invalid. Which means documentElement is null or not an object. You need to determine what is causing the error on line 23 of your proxy script. -- Larry > > Many thanks! > Lara --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
