Searched refs:pszMinYLocal (Results 1 – 4 of 4) sorted by relevance
385 const char* pszMinYLocal = NULL; in ExploreLayer() local425 pszMinYLocal = CPLGetXMLValue(psSRS, "miny", NULL); in ExploreLayer()429 if (pszMinXLocal && pszMinYLocal && pszMaxXLocal && pszMaxYLocal) in ExploreLayer()433 pszMinY = pszMinYLocal; in ExploreLayer()
377 const char* pszMinYLocal = nullptr; in ExploreLayer() local416 pszMinYLocal = CPLGetXMLValue(psSRS, "miny", nullptr); in ExploreLayer()420 if (pszMinXLocal && pszMinYLocal && pszMaxXLocal && pszMaxYLocal) in ExploreLayer()424 pszMinY = pszMinYLocal; in ExploreLayer()