Modul:Grundstück/Work: Unterschied zwischen den Versionen

Aus FürthWiki

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 167: Zeile 167:
local zoom = o["Zoomlevel"]
local zoom = o["Zoomlevel"]
if location ~= nil then -- location-Liste mergen
if location ~= nil then -- location-Liste mergen
if args["locationlist"] == nil then
if args["location"] == nil then -- muss location sein, nicht locationlist
args["locationlist"] = location
args["location"] = location
else
else
args["locationlist"] =
args["location"] =
args["locationlist"] .. ";" .. location
args["location"] .. ";" .. location
end
end
end
end