Skip to content

Commit

Permalink
Merge public transport shelter elevation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Jul 27, 2022
2 parents 3ba1b14 + 89f83c1 commit 4c12195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ Layer:
WHEN (tags ? 'ele') AND tags->'ele' ~ '^-?\d{1,4}(\.\d+)?$'
AND ("natural" IN ('peak', 'volcano', 'saddle')
OR tourism = 'alpine_hut' OR (tourism = 'information' AND tags->'information' = 'guidepost')
OR amenity = 'shelter'
OR (amenity = 'shelter' AND tags->'shelter_type' NOT IN ('public_transport', 'picnic_shelter'))
OR tags->'mountain_pass' = 'yes')
THEN CONCAT(REPLACE(ROUND((tags->'ele')::NUMERIC)::TEXT, '-', U&'\2212'), U&'\00A0', 'm') END,
CASE
Expand Down

0 comments on commit 4c12195

Please sign in to comment.