[mapserver-dev] cascading WFS 1.1 in MapServer 5.2 beta 4

porath at web.de porath at web.de
Wed Jul 9 11:39:52 EDT 2008


Hi all,

i just installed MapServer 5.2 beta 4 in order to check the new WFS 1.1 support which basically worked fine.  Output is not truncated. But when i add a wms layer which connects to a wfs (cascading), mapserver tells me that wfs 1.1 is not supported:

<ServiceException>
msBuildWFSLayerGetURL(): WFS connection error. MapServer supports only WFS 1.0.0 or 0.0.14 (please verify the version metadata wfs_version).
</ServiceException>

Is this a bug or a feature?

Here ist my LAYER definition:

 LAYER
    	NAME hakotest
    	TYPE POINT
    	STATUS ON
    	PROJECTION
    		"init=epsg:31467"
    	END
    	CONNECTIONTYPE WFS
    	DUMP TRUE
    	CONNECTION "<snip>"
    	METADATA
	    	 "wms_title"  "hakotest"
		"wms_extent"				"3400000.000000 5400000.000000 3600000.000000 5800000.000000"			
	    	 "wfs_request_method"	"GET"
    		"wfs_connectiontimeout"		"60"
    		"wfs_typename"				"hako"
    		"wfs_version"				"1.1.0"
    		"wfs_maxfeatures"			"10"
    	END
    	CLASS
    		NAME "test"
    		STYLE
    			COLOR 200 255 0
    			OUTLINECOLOR 120 120 120
    		END
    	END
    END

Thanks in advance.

Holger
__________________________________________________________________________
Verschicken Sie SMS direkt vom Postfach aus - in alle deutschen und viele 
ausländische Netze zum gleichen Preis! 
https://produkte.web.de/webde_sms/sms





More information about the mapserver-dev mailing list