Update map.py

probelematic -> problematic
This commit is contained in:
Ikko Eltociear Ashimine 2023-12-17 00:18:47 +09:00 committed by GitHub
parent b12ab51f35
commit 8b6865e72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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