Modul:Faktenbox/Zeilen/Work: Unterschied zwischen den Versionen

Aus FürthWiki

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 108: Zeile 108:
local first = true
local first = true
for _, o in ipairs(fbdata.geoobjects) do
for _, o in ipairs(fbdata.geoobjects) do
if first then
if o["Geokoordinate"] ~= nil then
first = false
if first then
else
first = false
t = t .. ",<br>"
else
t = t .. ",<br>"
end
t = t .. geo.osmLink(fbdata.frame, o["Geokoordinate"])
end
end
t = t .. geo.osmLink(fbdata.frame, o["Geokoordinate"])
end
end
if fbdata.geoobjects.geojson.exists then
if fbdata.geoobjects.geojson.exists then