more robust check for parsed ways

This commit is contained in:
Emil Tin
2014-08-20 17:05:39 +02:00
parent bb3cbf2dda
commit 774e6346e7
5 changed files with 34 additions and 21 deletions
-2
View File
@@ -118,6 +118,4 @@ function way_function (way)
if junction == 'roundabout' then
way.roundabout = true
end
return true
end