[Mapguide-trac] [mapguide-trac] #2789: Global max feature query limit in web tier

MapGuide Open Source trac_mapguide at osgeo.org
Thu Mar 21 07:13:00 PDT 2019


#2789: Global max feature query limit in web tier
-------------------------+----------------------
 Reporter:  jng          |        Owner:  jng
     Type:  enhancement  |       Status:  closed
 Priority:  low          |    Milestone:  3.1.2
Component:  Map Agent    |      Version:
 Severity:  trivial      |   Resolution:  fixed
 Keywords:               |  External ID:
-------------------------+----------------------
Changes (by jng):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"9483" 9483]:
 {{{
 #!CommitTicketReference repository="" revision="9483"
 Implement global max feature query limits in web tier through new
 webconfig.ini options:

  * GlobalMaxFeatureQueryLimit (for SELECTFEATURES)
  * GlobalMaxMapFeatureQueryLimit (for QUERYMAPFEATURES)
  * GlobalGetWfsFeaturesLimit (for WFS GETFEATURES)
  * GlobalGetWmsFeatureInfoLimit (for WMS GETFEATUREINFO)

 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
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2789#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list