switched to space separated suffix/prefix only

This commit is contained in:
Moritz Kobitzsch
2016-04-27 18:08:15 +02:00
parent a154d71841
commit e9e935303c
3 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ service_tag_restricted = { ["parking_aisle"] = true }
restriction_exception_tags = { "motorcar", "motor_vehicle", "vehicle" }
-- A list of suffixes to suppress in name change instructions
suffix_list = { "N", "NE", "E", "SE", "S", "SW", "W", "NW" }
suffix_list = { "N", "NE", "E", "SE", "S", "SW", "W", "NW", "North", "South", "West", "East" }
speed_profile = {
["motorway"] = 90,