Daniel J. Hofmann
2016-05-31 18:00:48 +02:00
parent 6edc565c01
commit c490752ca7
5 changed files with 66 additions and 65 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ function way_function (way, result)
-- direction
local impliedOneway = false
if junction == "roundabout" or highway == "mini_roundabout" or highway == "motorway_link" or highway == "motorway" then
if junction == "roundabout" or highway == "mini_roundabout" or highway == "motorway" then
impliedOneway = true
end
-1
View File
@@ -396,7 +396,6 @@ function way_function (way, result)
oneway == "true" or
junction == "roundabout" or
highway == "mini_roundabout" or
(highway == "motorway_link" and oneway ~="no") or
(highway == "motorway" and oneway ~= "no") then
result.backward_mode = mode.inaccessible