Canonicalizes all OSM string list handling in the profiles

This commit is contained in:
Daniel J. Hofmann 2017-07-10 15:41:15 +02:00 committed by Patrick Niklaus
parent e2e398edc5
commit 9ab0fca31c
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ function Handlers.handle_names(way,result,data,profile)
end
if exits then
result.exits = exits
result.exits = canonicalizeStringList(exits, ";")
end
end