forked from AG_QGIS/Plugin_SN_Basis
Imports für sn_Verfahrensgebiet ergänzt, Stilprüfer wird jetzt auch für apply_style verwendet
This commit is contained in:
@@ -36,6 +36,9 @@ try:
|
||||
Qgis as _Qgis,
|
||||
QgsMapLayerProxyModel as _QgsMaplLayerProxyModel,
|
||||
QgsVectorFileWriter as _QgsVectorFileWriter,
|
||||
QgsFeature as _QgsFeature,
|
||||
QgsField as _QgsField,
|
||||
QgsGeometry as _QgsGeometry,
|
||||
)
|
||||
|
||||
QgsProject = _QgsProject
|
||||
@@ -45,6 +48,9 @@ try:
|
||||
Qgis = _Qgis
|
||||
QgsMapLayerProxyModel = _QgsMaplLayerProxyModel
|
||||
QgsVectorFileWriter = _QgsVectorFileWriter
|
||||
QgsFeature = _QgsFeature
|
||||
QgsField = _QgsField
|
||||
QgsGeometry = _QgsGeometry
|
||||
|
||||
QGIS_AVAILABLE = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user