mirror of
				https://github.com/cdryzun/tg_bot_collections.git
				synced 2025-11-04 16:56:43 +08:00 
			
		
		
		
	Update map.py
probelematic -> problematic
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b12ab51f35
						
					
				
				
					commit
					8b6865e72e
				
			@ -28,7 +28,7 @@ class Plot(PrettyPlot):
 | 
			
		||||
            self.xmax,
 | 
			
		||||
            self.ymax,
 | 
			
		||||
        ) = self.aoi_bounds
 | 
			
		||||
        # take from aoi geometry bounds, otherwise probelematic if unequal geometry distribution over plot.
 | 
			
		||||
        # take from aoi geometry bounds, otherwise problematic if unequal geometry distribution over plot.
 | 
			
		||||
        self.xmid = (self.xmin + self.xmax) / 2
 | 
			
		||||
        self.ymid = (self.ymin + self.ymax) / 2
 | 
			
		||||
        self.xdif = self.xmax - self.xmin
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user