15.857
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 97: | Zeile 97: | ||
else | else | ||
kategorien["Hat Geo-Kodierungsfehler und Geokoordinate nicht in SMW-DB vorhanden"] = true | kategorien["Hat Geo-Kodierungsfehler und Geokoordinate nicht in SMW-DB vorhanden"] = true | ||
end | end | ||
end -- if geocode ~= "Geocoding failed" then | end -- if geocode ~= "Geocoding failed" then | ||
| Zeile 112: | 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 | ||