#2789 closed enhancement (fixed)
Global max feature query limit in web tier
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.1.2 |
Component: | Map Agent | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Add support for a new optional GlobalMaxFeatureQueryLimit property in webconfig.ini
When set, and greater than 0 it will be the upper limit of any mapagent operation that returns features. Mainly:
- QUERYMAPFAETURES
- SELECTFEATURES
- GETWFSFEATURE
This value will take precedence over any limit specified. For example, if GlobalMaxFeatureQueryLimit=20 and QUERYMAPFEATURES
passed maxFeatures=21
, the operation will return at most data for 20 features.
Change History (3)
comment:1 by , 6 years ago
Summary: | Global max feature query limit → Global max feature query limit in web tier |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 9483: