wfs-abruf-fix

This commit is contained in:
2026-07-22 11:12:53 +02:00
parent e3d979932d
commit 9d63ee0f29
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[general]
version=26.7.2-testing
name=LNO Sachsen | Plan41
description=Plugin zum Erzeugen der Pläne nach §38 und §41
author=Daniel Helbig, Michael Otto
homepage=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_SN_Plan41
tracker=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_SN_Plan41/issues
repository=https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action/src/branch/testing/
QGISMaximumVersion=4.99
qgisMinimumVersion=3.40
experimental=true
deprecated=false
supportsQt6=true
+1
View File
@@ -480,6 +480,7 @@ class TabALogic:
self._log(f"Lade Dienst '{thema}' ({provider})")
self._log(f"[DEBUG] Layeraufruf startet: thema='{thema}', provider='{provider}', link='{link}'")
layer_call_status[thema] = "layeraufruf_start"
print(f"[TabALogic] Layeraufruf: thema={thema!r}, provider={provider!r}, link={link!r}")
layer = layer_loader.create_layer(provider, link, thema)