Skip to content

Commit

Permalink
Fix specific preserved check in railway name layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 21, 2024
1 parent 5908225 commit 0b9784f
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 @@ -2004,7 +2004,7 @@ Layer:
construction,
name,
(CASE
WHEN railway IN ('rail', 'light_rail', 'funicular', 'narrow_gauge', 'miniature', 'subway', 'tram', 'monorail', 'disused') AND tags->'railway:preserved' = 'yes' THEN 'yes'
WHEN tags->'railway:preserved' = 'yes' THEN 'yes'
ELSE 'no'
END) AS preserved
FROM planet_osm_line l
Expand Down

0 comments on commit 0b9784f

Please sign in to comment.