File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: RFC5 - Enhanced data limit handling
88- author: Tom Kralidis
991010- status: draft
11- - modified: 2024-11-19
11+ - modified: 2024-12-30
1212
1313## Overview
1414
@@ -31,7 +31,7 @@ limits:
3131 maxitems : 500 # applies to vector data
3232 maxdistance : [x, y] # applies to all datasets
3333 units : m # as per UCUM https://ucum.org/ucum#section-Tables-of-Terminal-Symbols
34- on_surpass : error # one of error, throttle
34+ on_exceed : error # one of error, throttle
3535` ` `
3636
3737The ` limits` setting will be applied as follows:
@@ -44,7 +44,7 @@ The `limits` setting will be applied as follows:
4444# # Implementation
4545
4646- an `evaluate_limit` function will be added to the `pygeoapi` module for use by `pygeoapi.api` accordingly
47- - if `limits.on_surpass ` is `error`, then pygeoapi will throw HTTP 413
47+ - if `limits.on_exceed ` is `error`, then pygeoapi will throw HTTP 413
4848
4949# ## Backwards Compatibility Issues
5050
@@ -62,9 +62,7 @@ Documentation will be added to the configuration description page.
6262
6363Issue : <https://github.com/geopython/pygeoapi/issues/1856>
6464
65- Branch : <https://github.com/geopython/pygeoapi/tree/limits>
66-
67- Pull Request : TBD
65+ Pull Request : <https://github.com/geopython/pygeoapi/pull/1892>
6866
6967# # Voting History
7068
You can’t perform that action at this time.
0 commit comments