remove type attribute

This commit is contained in:
Emil Tin
2014-08-19 16:08:38 +02:00
parent 2780ff31b5
commit fccb1aad32
10 changed files with 8 additions and 22 deletions
+1 -2
View File
@@ -119,6 +119,5 @@ function way_function (way)
way.roundabout = true
end
way.type = 1
return 1
return true
end