Skip to content

Commit

Permalink
Update process-openmaptiles.lua
Browse files Browse the repository at this point in the history
Remove duplicate untagged railway lines, see #773
  • Loading branch information
laem authored Oct 28, 2024
1 parent 13b841d commit 7f9aecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/process-openmaptiles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ function way_function()
local class = railwayClasses[railway]
if class then
local minzoom = 14
Layer("transportation", false)
local usage = Find("usage")
if railway == "rail" and service == "" then
if usage == "main" then
Expand Down

0 comments on commit 7f9aecd

Please sign in to comment.