mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
Update map.py
probelematic -> problematic
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user