fix zoom at level 18
This commit is contained in:
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 |
|
@ -6,11 +6,12 @@
|
||||||
<ForestMapView>:
|
<ForestMapView>:
|
||||||
lat: 42.131331
|
lat: 42.131331
|
||||||
lon: 24.747571
|
lon: 24.747571
|
||||||
zoom: 15
|
zoom: 18
|
||||||
snap_to_zoom: False
|
snap_to_zoom: False
|
||||||
on_zoom:
|
on_zoom:
|
||||||
self.zoom = 10 if self.zoom < 10 else self.zoom
|
#self.zoom = 10 if self.zoom < 10 else self.zoom
|
||||||
self.print_current_zoom(self.zoom)
|
#self.print_current_zoom(self.zoom)
|
||||||
|
self.zoom = 18
|
||||||
on_lat:
|
on_lat:
|
||||||
self.start_get_fov_trees()
|
self.start_get_fov_trees()
|
||||||
on_lon:
|
on_lon:
|
||||||
|
|
Loading…
Reference in a new issue