[mapserver-users] [TinyOWS] DefaultMaxFeatures missing from WFS 1.1.0 GetCapabilities
Rahkonen Jukka
Jukka.Rahkonen at mmmtike.fi
Wed Aug 29 08:20:00 PDT 2012
Hi,
It is possible to set WFS maxFeatures on server side with
<tinyows>
...
<limits features="10000" />
...
</tinyows>
However, this setting is not announced in the WFS 1.1.0 GetCapabilities
According to standard it belongs to Operations metadata (table 7b, page 86 in WFS 1.1.0 standard somehow like this
<ows:OperationsMetadata>
......
<ows:Constraint name="DefaultMaxFeatures">
<ows:Value>10000</ows:Value>
</ows:Constraint>
</ows:OperationsMetadata>
-Jukka Rahkonen-
More information about the MapServer-users
mailing list