WFS Feature Driver

This feature driver reads raw feature data from a  OGC Web Feature Service server.

Usage

    <features name="states" driver="wfs">
        <url> http://demo.opengeo.org/geoserver/wfs </url>
        <typename> states </typename>
    </features>

Configuration

<url> Location (URL) of the WFS Server from which to read features required
<typename> WFS type name (i.e., the layer name) optional
<outputformat> Format to request. Default = "geojson" (also supports "gml") optional
<maxfeatures> Maximum number of features to return optional