Skip to content

Commit

Permalink
Render barrier=jersey_barrier (#4923)
Browse files Browse the repository at this point in the history
Render barrier=jersey_barrier on ways as default barrier, i.e. same as wall, fence.
  • Loading branch information
dch0ph committed Jan 21, 2024
1 parent 50e7457 commit 9fc6ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Expand Up @@ -570,7 +570,7 @@ Layer:
WHERE way && !bbox!
) _
WHERE barrier IN ('chain', 'city_wall', 'ditch', 'fence', 'guard_rail',
'handrail', 'hedge', 'retaining_wall', 'wall')
'handrail', 'hedge', 'retaining_wall', 'wall', 'jersey_barrier')
OR historic = 'citywalls'
AND (waterway IS NULL OR waterway NOT IN ('river', 'canal', 'stream', 'drain', 'ditch'))
) AS features
Expand Down

0 comments on commit 9fc6ed4

Please sign in to comment.