Canonicalizes all OSM string list handling in the profiles
This commit is contained in:
committed by
Patrick Niklaus
parent
8508834e50
commit
5e9397fcca
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user