Implement aerialway labels (#1309)
This PR adds labels to `aerialway` linestrings after zoom level 12. I roughly followed PR https://github.com/openmaptiles/openmaptiles/pull/1179 These are useful in ski resorts and should not inflate the size of the tiles by much as aerialways are rare:  Co-authored-by: Tomas Pohanka <TomPohys@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@ FROM (
|
||||
AND NOT highway_is_link(highway)
|
||||
AND
|
||||
CASE WHEN highway_class(highway, NULL::text, NULL::text) NOT IN ('path', 'minor') THEN TRUE
|
||||
WHEN highway IN ('unclassified', 'residential', 'shipway') THEN TRUE
|
||||
WHEN highway IN ('aerialway', 'unclassified', 'residential', 'shipway') THEN TRUE
|
||||
WHEN route_rank = 1 THEN TRUE END
|
||||
|
||||
UNION ALL
|
||||
|
||||
Reference in New Issue
Block a user