fix zoom at level 18

This commit is contained in:
Daniel afx 2020-10-15 19:03:01 +03:00
parent fbda009625
commit e45ec45bf6
2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

After

Width:  |  Height:  |  Size: 427 KiB

View file

@ -6,11 +6,12 @@
<ForestMapView>:
lat: 42.131331
lon: 24.747571
zoom: 15
zoom: 18
snap_to_zoom: False
on_zoom:
self.zoom = 10 if self.zoom < 10 else self.zoom
self.print_current_zoom(self.zoom)
#self.zoom = 10 if self.zoom < 10 else self.zoom
#self.print_current_zoom(self.zoom)
self.zoom = 18
on_lat:
self.start_get_fov_trees()
on_lon: