bottom=False, not bottom=0
This commit is contained in:
parent
02e3a84ce5
commit
61fb5d0458
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class AltitudeAreaGeometries:
|
|||
lower=altitude,
|
||||
upper=altitude + int(0.001 * 1000),
|
||||
crops=crops,
|
||||
bottom=0)
|
||||
bottom=False)
|
||||
|
||||
|
||||
class FakeCropper:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue