We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54146a8 commit 9a9b107Copy full SHA for 9a9b107
data/functions.sql
@@ -165,6 +165,7 @@ BEGIN
165
WHEN shop_val = 'laundry' THEN LEAST(zoom + 4.90, 17)
166
WHEN shop_val = 'dry_cleaning' THEN LEAST(zoom + 4.90, 17)
167
WHEN amenity_val = 'ferry_terminal' THEN LEAST(zoom + 3.20, 15)
168
+ WHEN amenity_val = 'school' THEN LEAST(zoom + 2.30, 15)
169
WHEN (barrier_val IN ('gate')
170
OR craft_val IN ('sawmill')
171
OR highway_val IN ('gate', 'mini_roundabout')
0 commit comments