예제 #1
0
파일: util.py 프로젝트: dayanuyim/GisEditor
 def __checkPixcel(self):
     if self.__px is None or self.__py is None:
         self.__checkWGS84Latlon()
         self.__px, self.__py = TileSystem.getPixcelXYByLatLon(self.__lat, self.__lon, self.MAX_LEVEL)
예제 #2
0
 def __checkPixcel(self):
     if self.__px is None or self.__py is None:
         self.__checkWGS84Latlon()
         self.__px, self.__py = TileSystem.getPixcelXYByLatLon(
             self.__lat, self.__lon, self.MAX_LEVEL)