Skip to content
Snippets Groups Projects
Commit e7cd67d9 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

fixed missing import in mapvisualization.py

parent ac2262d7
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ from qgis.core import \ ...@@ -46,7 +46,7 @@ from qgis.core import \
QgsCoordinateReferenceSystem, QgsVectorLayer, QgsTextFormat, \ QgsCoordinateReferenceSystem, QgsVectorLayer, QgsTextFormat, \
QgsRectangle, QgsRasterRenderer, QgsMapLayerStore, QgsMapLayerStyle, \ QgsRectangle, QgsRasterRenderer, QgsMapLayerStore, QgsMapLayerStyle, \
QgsLayerTreeModel, QgsLayerTreeGroup, QgsPointXY, \ QgsLayerTreeModel, QgsLayerTreeGroup, QgsPointXY, \
QgsLayerTree, QgsLayerTreeLayer, QgsReadWriteContext, \ QgsLayerTree, QgsLayerTreeLayer, QgsReadWriteContext, QgsVector, \
QgsRasterLayer, QgsVectorLayer, QgsMapLayer, QgsMapLayerProxyModel, QgsColorRamp, QgsSingleBandPseudoColorRenderer QgsRasterLayer, QgsVectorLayer, QgsMapLayer, QgsMapLayerProxyModel, QgsColorRamp, QgsSingleBandPseudoColorRenderer
from qgis.gui import \ from qgis.gui import \
QgsDockWidget, QgsMapCanvas, QgsMapTool, QgsCollapsibleGroupBox, QgsLayerTreeView, \ QgsDockWidget, QgsMapCanvas, QgsMapTool, QgsCollapsibleGroupBox, QgsLayerTreeView, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment