Ejemplo n.º 1
0
    def __init__(self, map_canvas):
        QgsMapCanvasSnappingUtils.__init__(self, map_canvas)
        self.filter = CounterMatchFilter()

        # This manages the priority of the snapping layers. The earlier in the list, the higher the priority.
        # Can be used to prefer points (wastewater nodes) over lines (reaches)
        self.layer_priority = list()
Ejemplo n.º 2
0
 def __init__(self, map_canvas):
     QgsMapCanvasSnappingUtils.__init__(self, map_canvas)
Ejemplo n.º 3
0
 def __init__(self, map_canvas):
     QgsMapCanvasSnappingUtils.__init__(self, map_canvas)