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.
1 parent e78cb2a commit d6ce0a7Copy full SHA for d6ce0a7
yaml/water.yaml
@@ -144,10 +144,18 @@ filters:
144
kind: swimming_pool
145
table: osm
146
- filter: {waterway: canal}
147
- min_zoom: 9
+ min_zoom:
148
+ case:
149
+ - when: { boat: 'yes' }
150
+ then: 9
151
+ - else: 11
152
output:
153
<<: *water_standard_properties_osm
154
kind: canal
155
+ boat:
156
157
158
+ then: 'yes'
159
160
- filter: {waterway: river}
161
min_zoom: 9
0 commit comments