Skip to content

Commit 6e0b8d2

Browse files
committed
Document that oapif_max_limit must be less or equal QGIS_SERVER_API_WFS3_MAX_LIMIT
1 parent 1a2dce9 commit 6e0b8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/qwc-ogc-service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
"oapif_max_limit": {
66-
"description": "The maximum limit for OGC API Features requests. Default: `10000`",
66+
"description": "The maximum limit for OGC API Features requests. Default: `10000`. Must be less or equal the QGIS Server `QGIS_SERVER_API_WFS3_MAX_LIMIT` Env-Var value (which defaults to `10000`).",
6767
"type": "number"
6868
},
6969
"marker_params": {

0 commit comments

Comments
 (0)