Skip to content

Commit 00d8ba1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b785f84 commit 00d8ba1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ providers:
208208
# z{6}: tolerance = 0.001
209209
# z{8}: tolerance = 0.0001
210210
simplify_method: ST_SimplifyPreserveTopology # default
211-
# Must be one of:
211+
# Must be one of:
212212
# ST_Simplify
213213
# ST_SimplifyPreserveTopology
214214
# ST_SimplifyVW

pygeoapi_plugins/provider/mvt_postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, provider_def):
109109

110110
# Apply filters to low zoom levels
111111
self.tile_threshold = provider_def.get('tile_threshold')
112-
# Filter based on on features bigger than a grid
112+
# Filter based on on features bigger than a grid
113113
# within the tiles of dimensions `min_pixel` x `min_pixel`.
114114
# The larger the value, the smaller a feature needs to be
115115
# for it to be rendered as a pixel in the tile.

0 commit comments

Comments
 (0)