Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] WFS layer from FeatureServer

I'm not an expert on WFS or how yours works.  But I beleive that uDig requires that the WFS server understand the following sort of URLs:

http://your.server:port/geoserver/wfs?request=GetFeature&typename=topp:roads


http://example.com/wfs?service=WFS&version=0.5&REQUEST=DescribeFeatureType

I know that I've used uDig with other services like some mapserver services that require custom parameters in the URL so I'd expect this to work unless you don't support one of the above queries.  

Hmmm another requirement is that you declare the filters that you support correctly in ... GetCapabilities I think?  

You can also send me the uDig log and I can look through it and see if I notice anything.


Jesse
Le 14-Feb-08 à 1:07 AM, Paolo Corti a écrit :

Hi

I have set up a WFS with FeatureServer.

The WFS is correctly rendered by OpenLayers.

I would like to see it also from uDig (I have 1.1-RC13), this is the
URL I am using when i add a WFS layer:
http://localhost/featureserver/featureserver.cgi/zone4326?format=WFS

the add WFS layer tools is then giving the message that "Connection
Parameters are invalid"

from the terminal the error I get is:

PM org.geotools.xml.XMLSAXHandler processException
SEVERE: must be one feature 0
org.geotools.xml.gml.GMLComplexTypes$FeatureAssociationType.getValue(GMLComplexTypes.java:5082)

any ideas?
thanks

Paolo
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users


Back to the top