inclulde image assets and remove test gps blinker widget
BIN
assets/images/about_logo.png
Normal file
After Width: | Height: | Size: 711 KiB |
BIN
assets/images/avatar/tree_psy.jpg
Normal file
After Width: | Height: | Size: 726 KiB |
BIN
assets/images/icon.png
Normal file
After Width: | Height: | Size: 478 KiB |
BIN
assets/images/markers/fountain.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
assets/images/markers/player.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/images/markers/tree.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
assets/images/splash.png
Normal file
After Width: | Height: | Size: 361 KiB |
|
@ -1,15 +1,15 @@
|
||||||
#:import MapView kivy_garden.mapview.MapView
|
#:import MapView kivy_garden.mapview.MapView
|
||||||
#:import GpsBlinker gpsblinker.GpsBlinker
|
#:import GpsBlinker gpsblinker.GpsBlinker
|
||||||
#:include gpsblinker.kv
|
|
||||||
|
|
||||||
<ForestMapView>:
|
<ForestMapView>:
|
||||||
lat: 42.131331
|
lat: 42.131331
|
||||||
lon: 24.747571
|
lon: 24.747571
|
||||||
zoom: 15
|
zoom: 15
|
||||||
snap_to_zoom: False
|
snap_to_zoom: False
|
||||||
on_zoom:
|
#on_zoom:
|
||||||
self.zoom = 7 if self.zoom < 7 else self.zoom
|
# self.zoom = self.zoom
|
||||||
self.print_current_zoom(self.zoom)
|
# #self.zoom = 7 if self.zoom < 7 else self.zoom
|
||||||
|
# self.print_current_zoom(self.zoom)
|
||||||
on_lat:
|
on_lat:
|
||||||
self.start_get_fov_trees()
|
self.start_get_fov_trees()
|
||||||
on_lon:
|
on_lon:
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
GpsBlinker:
|
GpsBlinker:
|
||||||
lat: root.lat
|
lat: root.lat
|
||||||
lon: root.lon
|
lon: root.lon
|
||||||
id: blinker
|
id: blinker
|
||||||
|
|