Skip to content

Commit 81e7610

Browse files
authored
render ferry routes (#12)
1 parent ef34f16 commit 81e7610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

profile/full.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ function process_way(way)
152152
way:has_tag("waterway", "drain") then
153153
way:set_approved_min(15)
154154
end
155+
156+
elseif way:has_tag("route", "ferry") then
157+
way:set_approved_min(5)
158+
way:set_target_layer("ferry")
155159
-- elseif way:has_tag("boundary", "administrative") and
156160
-- not way:has_tag("maritime", "yes") then
157161
-- if way:has_tag("admin_level", "2") then

0 commit comments

Comments
 (0)