Merge branch 'feature/opposite_direction' into develop

This commit is contained in:
DennisOSRM
2013-02-04 18:38:15 +01:00
38 changed files with 1048 additions and 629 deletions
+4 -3
View File
@@ -71,14 +71,15 @@ def build_ways_from_table table
way << node5
tags = row.dup
#remove tags that describe expected test result
# remove tags that describe expected test result
tags.reject! do |k,v|
k =~ /^forw\b/ ||
k =~ /^backw\b/ ||
k =~ /^bothw\b/
end
#remove empty tags
##remove empty tags
tags.reject! { |k,v| v=='' }
# sort tag keys in the form of 'node/....'