Garthanos / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 0 forks source link

Dynamic GML parsing not working #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to the url :http://www.dyasdesigns.com/geoxml/wfsusa.htm
2. The message"USA States from Geoserver received" appears, but no overly 
displayed, no side bar working.
3. I pointed the url to my geoserver topp:states layer, which is working 
independently and I am running the page from same domain so that there is no 
proxy required. Still the code is not seem working.

3.This link is working  http://www.dyasdesigns.com/geoxml/gmlusa.htm

I am looking for a working example which dynamically parsing a gml from 
geoserver.

Thanks

Original issue reported on code.google.com by surendra...@gmail.com on 12 Nov 2010 at 8:40

GoogleCodeExporter commented 9 years ago
The WFS is not running if you have a wfs on the server you can post html on.. 
or on a server and have posted a proxy script

This is not an issue with the code. Do you have a wfs server?

Original comment by lanceala...@gmail.com on 28 Feb 2011 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by lanceala...@gmail.com on 20 Apr 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Hi 

I have got dynamic GML parsing from WFS request  worked. thank you very much 
for that. I am  not sure if the polygons are parsing correct.

Here is the working link : 
http://ukypssgis.ca.uky.edu/landusenrcs_V3/testing/007/geoxml_wfs.html

Here is the corresponding WFS request
http://sdmdataaccess.nrcs.usda.gov/Spatial/SDMNAD83Geographic.wfs?SERVICE=WFS&re
quest=GetFeature&version=1.0.0&typeName=Mapunitpoly&SRS=EPSG:4326&BBOX=-84.51370
2,37.993728,-84.449329,38.044441

I am expecting the same WMS  result :
http://sdmdataaccess.nrcs.usda.gov/Spatial/SDMNAD83Geographic.wfs?SERVICE=WFS&re
quest=GetFeature&version=1.0.0&typeName=Mapunitpoly&SRS=EPSG:4326&BBOX=-84.51370
2,37.993728,-84.449329,38.044441

could you please  help me to figure out why the WFS and WMS output is different.

do you have updated examples with Google map api v3. I saw geoxml3,  I couldn't 
get a gml parsed with that.

I just tried to do that but was unsuccessful it may not work with GML ?
here is the link 
http://ukypssgis.ca.uky.edu/landusenrcs_V3/testing/007/geoxml3-wfs1.html

Original comment by surendra...@gmail.com on 11 Sep 2011 at 3:06

GoogleCodeExporter commented 9 years ago
It looks like perhaps the bounding Box coordinates may be being incorporated in 
to the MultiPolygons... 
I have been considering dropping WFS support when moving to v3 api (I will be 
working on v3 in the next 2 or 3 weeks I believe  .. but instead I guess I 
could make WFS support a module to it.
I suggest we close this error and open another one about MultiPolygons.

Original comment by lanceala...@gmail.com on 11 Sep 2011 at 4:43