OK. Thanks Bratliff and Garthan. I've figured out how to query my WFS
and create a static XML, which I can save and upload to my site. Here
is my query:
http://geodata.epa.gov/wfsconnector/com.esri.wfs.Esrimap/NPL_FS?request=GetFeature&BBOX=-105.37262,39.119407,-103.697205,40.033924&typeName=Superfund_Sites-0&propertyname=d_igd.ef_npl.facility_name,d_igd.ef_npl.pgm_sys_acrnm

and here is the XML up on a modified version of your orginal GeoXML
code.
http://www.tchdgis.org/googlemaps/testgeoxml.html

I am totally stoked, because I've never used WFS or GeoXML!

So, you are saying that I need to create a proxy script that creates
my XML using the GetFeature request and writes it to my server, right?
I can search for how to do this, but if you have any tips/hints/
examples, I would be very appreciative. Thanks for all your help
already!

Lara


On Nov 19, 3:34 pm, Garthan <[EMAIL PROTECTED]> wrote:
> A GetFeature request looks something like the following...
>
> http://publicatlas.microimages.com/tntgateway/tntgateway.cgi?&service...
>
> and yes brat to allow processing yourwfsmust be on the same domain
> as
> your web page or you need a proxy script (a php version of which is
> about
> 7 lines of code or less)
>
> On Nov 19, 1:51 pm, Lara <[EMAIL PROTECTED]> wrote:
>
>
>
> > Thanks Lance,
>
> > 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
>
> > On Nov 19, 12:21 pm, Garthan <[EMAIL PROTECTED]> wrote:
>
> > > On Nov 19, 1:17 pm, Lara <[EMAIL PROTECTED]> wrote:
>
> > > > Hello, I've been searching the web for a couple of days now to find
> > > > examples of Google Maps sites (with viewable code) that plotWFS
> > > > features (points to start) and show attribute data in info windows
> > > > when the feature is clicked on. I've found excellent guides and sites
> > > > by Kyle Mulka and Lance Dyas that seem close, but don't show this
> > > > functionality (unless I'm overlooking something).
>
> > > GeoXml does exactly that. The static page 
> > > here...http://www.dyasdesigns.com/geoxml/gmlusa.htm
>
> > > points at a gml which came from awfsand the polygons are clickable
> > > the same is true with points.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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