Skip to content

Commit

Permalink
Update water areas simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 70d9469 commit f42eef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/tiler-imposm/config/layers/water_areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"water_areas_z10_12": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank')",
"tolerance": 100
"tolerance": 10
},
"water_areas_centroid_z10_12": {
"source": "water_areas",
Expand All @@ -58,7 +58,7 @@
"water_areas_z13_15": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank', 'dock')",
"tolerance": 50
"tolerance": 1
},
"water_areas_centroid_z13_15": {
"source": "water_areas",
Expand Down

0 comments on commit f42eef5

Please sign in to comment.