Skip to content

Commit 4ad89bb

Browse files
committed
DijkstraCost
DijkstraCost now works perfectly
1 parent 4e9a772 commit 4ad89bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/dijkstraCost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from qgis.PyQt.QtCore import QSizeF, QPointF
44
from qgis.PyQt.QtGui import QColor, QTextDocument
55
from qgis.core import QgsGeometry, Qgis, QgsTextAnnotation, QgsWkbTypes, QgsAnnotation
6-
from qgis.gui import QgsRubberBand
6+
from qgis.gui import QgsRubberBand, QgsMapCanvasAnnotationItem
77
import psycopg2
88
from pgRoutingLayer import pgRoutingLayer_utils as Utils
99
from .FunctionBase import FunctionBase

0 commit comments

Comments
 (0)