don't allow bikes on highway=construction, fixes #582

This commit is contained in:
Emil Tin
2013-02-06 16:58:18 +01:00
parent 0b1d268b09
commit a4e322f085
3 changed files with 22 additions and 1 deletions
+6 -1
View File
@@ -130,7 +130,12 @@ function way_function (way, numberOfNodesInWay)
then
return 0
end
-- don't route on ways or railways that are still under construction
if highway=='construction' or railway=='construction' then
return 0
end
-- access
local access = Access.find_access_tag(way, access_tags_hierachy)
if access_tag_blacklist[access] then