We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e63dfa1 + 7cf550c commit 47e1f09Copy full SHA for 47e1f09
docs/src/user_guide/configuration.md
@@ -115,11 +115,11 @@ prefix: **`TIPG_`**
115
- **TILE_RESOLUTION** (int): Default is `4096`
116
- **TILE_BUFFER** (int): Default is `256`
117
- **TILE_CLIP** (bool): Default is `True`
118
-- **MAX_FEATURE_PER_TILE** (int): Default is `10000`
+- **MAX_FEATURES_PER_TILE** (int): Default is `10000`
119
- **SET_MVT_LAYERNAME** (bool): Set MVT layername from Table ID. Default is `False` ("default")
120
121
```bash
122
-TIPG_MAX_FEATURE_PER_TILE=1000
+TIPG_MAX_FEATURES_PER_TILE=1000
123
```
124
125
## Features settings
0 commit comments