File tree 1 file changed +4
-6
lines changed
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
8
8
- author: Tom Kralidis
9
9
10
10
- status: draft
11
- - modified: 2024-11-19
11
+ - modified: 2024-12-30
12
12
13
13
## Overview
14
14
@@ -31,7 +31,7 @@ limits:
31
31
maxitems : 500 # applies to vector data
32
32
maxdistance : [x, y] # applies to all datasets
33
33
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
35
35
` ` `
36
36
37
37
The ` limits` setting will be applied as follows:
@@ -44,7 +44,7 @@ The `limits` setting will be applied as follows:
44
44
# # Implementation
45
45
46
46
- 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
48
48
49
49
# ## Backwards Compatibility Issues
50
50
@@ -62,9 +62,7 @@ Documentation will be added to the configuration description page.
62
62
63
63
Issue : <https://github.com/geopython/pygeoapi/issues/1856>
64
64
65
- Branch : <https://github.com/geopython/pygeoapi/tree/limits>
66
-
67
- Pull Request : TBD
65
+ Pull Request : <https://github.com/geopython/pygeoapi/pull/1892>
68
66
69
67
# # Voting History
70
68
You can’t perform that action at this time.
0 commit comments