Skip to content

Commit

Permalink
All other CASE statements are not parenthesized.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Nov 1, 2024
1 parent 9788f9b commit c7e5e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@ Layer:
construction,
NULL AS service,
NULL AS link,
(CASE
CASE
WHEN tags->'railway:preserved' = 'yes' THEN 'yes'
ELSE 'no'
END) AS preserved,
END AS preserved,
COALESCE(layer,0) AS layernotnull,
osm_id,
z_order
Expand Down

0 comments on commit c7e5e6b

Please sign in to comment.