def _update(self, updated): if updated: # reset caches self._osgr = self._utm = self._wm = None LatLonHeightBase._update(self, updated)
def _update(self, updated): if updated: # reset caches self._etm = self._lcc = self._osgr = self._ups = \ self._utm = self._wm = self._3xyz = None self._elevation2 = self._geoidHeight2 = () LatLonHeightBase._update(self, updated)