15.978
Bearbeitungen
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 | ||
if first then | |||
first = false | |||
else | |||
t = t .. ",<br>" | |||
end | |||
t = t .. geo.osmLink(fbdata.frame, o["Geokoordinate"]) | |||
end | end | ||
end | end | ||
if fbdata.geoobjects.geojson.exists then | if fbdata.geoobjects.geojson.exists then | ||