15.859
Bearbeitungen
(fix geocode lat/lon) |
(fix #coordinates) |
||
| Zeile 111: | Zeile 111: | ||
local geoobject_entry = {} | local geoobject_entry = {} | ||
local geocode = frame:callParserFunction( | local geocode = frame:callParserFunction( | ||
"# | "#coordinates", args["lat"] .. "," .. args["lon"]) | ||
geoobject_entry["Geokoordinate"] = geocode | |||
geoobject_entry["Quellangaben"] = "lat/lon" | |||
geoobject_entry["KartePopupTitle"] = popuptitle | geoobject_entry["KartePopupTitle"] = popuptitle | ||
geoobject_entry["KartePopupText"] = popuptext | geoobject_entry["KartePopupText"] = popuptext | ||