17.667
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 152: | Zeile 152: | ||
local zoom = o["Zoomlevel"] | local zoom = o["Zoomlevel"] | ||
if location ~= nil then -- location-Liste mergen | if location ~= nil then -- location-Liste mergen | ||
if fbdata.pargs[" | if fbdata.pargs["locationlist"] == nil then | ||
fbdata.pargs[" | fbdata.pargs["locationlist"] = location | ||
else | else | ||
fbdata.pargs[" | fbdata.pargs["locationlist"] = | ||
fbdata.pargs[" | fbdata.pargs["locationlist"] .. ";" .. location | ||
end | end | ||
end | end | ||
if fbdata.pargs["geojson"] == nil and geojson ~= nil then -- GeoJson 1x übernehmen. Sind eh alle gleich | if fbdata.pargs["geojson"] == nil and geojson ~= nil then -- GeoJson 1x übernehmen. Sind eh alle gleich | ||