Beispiel #1
0
 def invalidate(self, theEmitSignal=True):
     """ Function that called every time the widget is updated
     Params:
         * theEmitSignal : bool - if true then the widget will
                                  emit signal "updated"
     """
     SlippyMap.invalidate(self, theEmitSignal)
     self.calculateExtent()
Beispiel #2
0
 def invalidate(self, theEmitSignal=True):
     """ Function that called every time the widget is updated
     Params:
         * theEmitSignal : bool - if true then the widget will
                                  emit signal "updated"
     """
     SlippyMap.invalidate(self, theEmitSignal)
     self.calculateExtent()
Beispiel #3
0
 def __init__(self, theParent=None):
     SlippyMap.__init__(self, theParent)
     self.brLat, self.brLng, self.tlLat, self.tlLng = 0, 0, 0, 0
Beispiel #4
0
 def __init__(self, theParent=None):
     SlippyMap.__init__(self, theParent)
     self.brLat, self.brLng, self.tlLat, self.tlLng = 0, 0, 0, 0