Respect ';'-separated list in destination:ref tag

This commit is contained in:
Daniel J. Hofmann
2016-04-27 13:47:42 +02:00
committed by Patrick Niklaus
parent 4cf94319df
commit 445e5bed49
2 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function Destination.get_destination(way)
local rv = ""
if destination_ref and destination_ref ~= "" then
rv = rv .. destination_ref
rv = rv .. string.gsub(destination_ref, ";", ", ")
end
if destination and destination ~= "" then