16.404
Bearbeitungen
(loggings aus) |
(switch zu smw.addAttr2List()) |
||
| Zeile 138: | Zeile 138: | ||
-- Geokoordinate setzen (zusätzlich zu den subobjects für div. Karten-Queries) | -- Geokoordinate setzen (zusätzlich zu den subobjects für div. Karten-Queries) | ||
for _, o in ipairs(geoobjects) do | for _, o in ipairs(geoobjects) do | ||
smw.addAttr2List(attrlist, "Geokoordinate", o["Geokoordinate"]) | |||
end | end | ||
-- GeoJson | -- GeoJson | ||
if geoobjects.geojson.exists then | if geoobjects.geojson.exists then | ||
smw.addAttr2List(attrlist, "GeoJson", geoobjects.geojson.fullpagename) | |||
end | end | ||
-- zoom | -- zoom | ||
smw.addAttr2List(attrlist, "Zoomlevel", args["zoom"]) | |||
-- jetzt "normale" Attribute setzen | -- jetzt "normale" Attribute setzen | ||
logObject(attrlist, "attrlist") | logObject(attrlist, "attrlist") | ||
| Zeile 259: | Zeile 259: | ||
t = frame:preprocess(t) | t = frame:preprocess(t) | ||
return t, geoobjects | return t, geoobjects | ||
end | end | ||