Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 jng, 5 years ago

Summary: Global max feature query limitGlobal max feature query limit in web tier

comment:2 by jng, 5 years ago

Resolution: fixed
Status: assignedclosed

In 9483:

Implement global max feature query limits in web tier through new webconfig.ini options:

Where specified, they will apply a global maximum limit for that operation, taking precedence over whatever operation-specific limit (eg. maxFeatures) that may be specified.

By default these values are not set, resulting in unbounded results as it currently is.

Fixes #2789

comment:3 by jng, 5 years ago

In 9489:

Merged revision(s) 9483-9484 from branches/3.1/MgDev:
Implement global max feature query limits in web tier through new webconfig.ini options:

Where specified, they will apply a global maximum limit for that operation, taking precedence over whatever operation-specific limit (eg. maxFeatures) that may be specified.

By default these values are not set, resulting in unbounded results as it currently is.

Fixes #2789
........
#2789: Add missing file
........

Note: See TracTickets for help on using tickets.