Skip to content

Commit

Permalink
Update layers water areas
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 2, 2024
1 parent cb8a9c9 commit dc78768
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images/tiler-imposm/config/layers/water_areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"water_areas_z0_2": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'riverbank') AND area > 100000000",
"tolerance": 50000
"tolerance": 5000
},
"water_areas_centroid_z0_2": {
"source": "water_areas",
Expand All @@ -14,7 +14,7 @@
"water_areas_z3_5": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank') AND area > 50000000",
"tolerance": 25000
"tolerance": 1000
},
"water_areas_centroid_z3_5": {
"source": "water_areas",
Expand All @@ -25,7 +25,7 @@
"water_areas_z6_7": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank') AND area > 1000000",
"tolerance": 10000
"tolerance": 500
},
"water_areas_centroid_z6_7": {
"source": "water_areas",
Expand All @@ -36,7 +36,7 @@
"water_areas_z8_9": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank') AND area > 10000",
"tolerance": 5000
"tolerance": 200
},
"water_areas_centroid_z8_9": {
"source": "water_areas",
Expand All @@ -47,7 +47,7 @@
"water_areas_z10_12": {
"source": "water_areas",
"sql_filter": "type IN ('water', 'pond', 'basin', 'canal', 'mill_pond', 'riverbank')",
"tolerance": 1000
"tolerance": 100
},
"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": 100
"tolerance": 50
},
"water_areas_centroid_z13_15": {
"source": "water_areas",
Expand Down

0 comments on commit dc78768

Please sign in to comment.