Skip to content

Commit 47e1f09

Browse files
Merge pull request #246 from Skaidus/fix/update-docs
bug: name MAX_FEATURES_PER_TILE properly in docs
2 parents e63dfa1 + 7cf550c commit 47e1f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/user_guide/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ prefix: **`TIPG_`**
115115
- **TILE_RESOLUTION** (int): Default is `4096`
116116
- **TILE_BUFFER** (int): Default is `256`
117117
- **TILE_CLIP** (bool): Default is `True`
118-
- **MAX_FEATURE_PER_TILE** (int): Default is `10000`
118+
- **MAX_FEATURES_PER_TILE** (int): Default is `10000`
119119
- **SET_MVT_LAYERNAME** (bool): Set MVT layername from Table ID. Default is `False` ("default")
120120

121121
```bash
122-
TIPG_MAX_FEATURE_PER_TILE=1000
122+
TIPG_MAX_FEATURES_PER_TILE=1000
123123
```
124124

125125
## Features settings

0 commit comments

Comments
 (0)