inclulde image assets and remove test gps blinker widget

This commit is contained in:
Daniel afx 2020-10-14 19:06:23 +03:00
parent 060f385b5a
commit 1802d14d8e
8 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 KiB

BIN
assets/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
assets/images/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View file

@ -1,15 +1,15 @@
#:import MapView kivy_garden.mapview.MapView
#:import GpsBlinker gpsblinker.GpsBlinker
#:include gpsblinker.kv
<ForestMapView>:
lat: 42.131331
lon: 24.747571
zoom: 15
snap_to_zoom: False
on_zoom:
self.zoom = 7 if self.zoom < 7 else self.zoom
self.print_current_zoom(self.zoom)
#on_zoom:
# self.zoom = self.zoom
# #self.zoom = 7 if self.zoom < 7 else self.zoom
# self.print_current_zoom(self.zoom)
on_lat:
self.start_get_fov_trees()
on_lon:
@ -17,4 +17,4 @@
GpsBlinker:
lat: root.lat
lon: root.lon
id: blinker
id: blinker