Skip to content

Commit 9a9b107

Browse files
committed
Added schools to the POIs zoom calculation function.
1 parent 54146a8 commit 9a9b107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/functions.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ BEGIN
165165
WHEN shop_val = 'laundry' THEN LEAST(zoom + 4.90, 17)
166166
WHEN shop_val = 'dry_cleaning' THEN LEAST(zoom + 4.90, 17)
167167
WHEN amenity_val = 'ferry_terminal' THEN LEAST(zoom + 3.20, 15)
168+
WHEN amenity_val = 'school' THEN LEAST(zoom + 2.30, 15)
168169
WHEN (barrier_val IN ('gate')
169170
OR craft_val IN ('sawmill')
170171
OR highway_val IN ('gate', 'mini_roundabout')

0 commit comments

Comments
 (0)