17.667
Bearbeitungen
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[" | if args["location"] == nil then -- muss location sein, nicht locationlist | ||
args[" | args["location"] = location | ||
else | else | ||
args[" | args["location"] = | ||
args[" | args["location"] .. ";" .. location | ||
end | end | ||
end | end | ||