Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Spatial Engine - WFS

Description

A Spatial Engine A spatial engine provides access to a service that can perform spatial operations, one of the available spatial engines is for a WFS service.

...

Code Block
xml
xml
linenumberstrue

	<spatial:spatialengine id="spatialengine.wfs">
		<dbtype>wfs</dbtype>
		<url><![CDATA[http://vmrunout:8080/geoserver/ows?service=WFS&request=GetCapabilities]]></url>
		<protocol>get</protocol>
		<username>username</username>
		<password>password</password>
		<timeout>60000</timeout>
		<buffersize>100000</buffersize>
		<gzip>false</gzip>
		<lenient>true</lenient>
	</spatial:spatialengine>