forked from AG_QGIS/Plugin_SN_Plan41
Diensteabruf integriert
This commit is contained in:
@@ -91,7 +91,7 @@ class Listenauswerter:
|
||||
ident = raw.get("ident")
|
||||
inhalt = raw.get("Inhalt")
|
||||
link = raw.get("Link")
|
||||
stildatei = raw.get("Stildatei")
|
||||
stildatei = raw.get("stildatei") or raw.get("Stildatei")
|
||||
provider = raw.get("Provider")
|
||||
|
||||
# Pflichtfelder prüfen
|
||||
@@ -127,6 +127,7 @@ class Listenauswerter:
|
||||
"ident": ident,
|
||||
"Inhalt": inhalt,
|
||||
"Link": link,
|
||||
"stildatei": stildatei_value,
|
||||
"Stildatei": stildatei_value,
|
||||
"Provider": provider_norm,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user