Skip to content

Commit

Permalink
Do not calculate service for railways.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Nov 1, 2024
1 parent eaef26b commit 226cfde
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 @@ -721,7 +721,7 @@ Layer:
NULL AS int_surface,
NULL AS access,
construction,
CASE WHEN service IN ('parking_aisle', 'drive-through', 'driveway') OR leisure IN ('slipway') THEN 'INT-minor'::text ELSE 'INT-normal'::text END AS service,
NULL AS service,
'no' AS link,
(CASE
WHEN tags->'railway:preserved' = 'yes' THEN 'yes'
Expand Down

0 comments on commit 226cfde

Please sign in to comment.