diff --git a/assets/images/about_logo.png b/assets/images/about_logo.png new file mode 100644 index 0000000..77ea6d0 Binary files /dev/null and b/assets/images/about_logo.png differ diff --git a/assets/images/avatar/tree_psy.jpg b/assets/images/avatar/tree_psy.jpg new file mode 100644 index 0000000..08bb9b0 Binary files /dev/null and b/assets/images/avatar/tree_psy.jpg differ diff --git a/assets/images/icon.png b/assets/images/icon.png new file mode 100644 index 0000000..153f642 Binary files /dev/null and b/assets/images/icon.png differ diff --git a/assets/images/markers/fountain.png b/assets/images/markers/fountain.png new file mode 100644 index 0000000..1306d29 Binary files /dev/null and b/assets/images/markers/fountain.png differ diff --git a/assets/images/markers/player.png b/assets/images/markers/player.png new file mode 100644 index 0000000..8827fa4 Binary files /dev/null and b/assets/images/markers/player.png differ diff --git a/assets/images/markers/tree.png b/assets/images/markers/tree.png new file mode 100644 index 0000000..acebcf4 Binary files /dev/null and b/assets/images/markers/tree.png differ diff --git a/assets/images/splash.png b/assets/images/splash.png new file mode 100644 index 0000000..bf84e90 Binary files /dev/null and b/assets/images/splash.png differ diff --git a/forestmapview.kv b/forestmapview.kv index 35b36bb..95fb552 100644 --- a/forestmapview.kv +++ b/forestmapview.kv @@ -1,15 +1,15 @@ #:import MapView kivy_garden.mapview.MapView #:import GpsBlinker gpsblinker.GpsBlinker -#:include gpsblinker.kv : 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 \ No newline at end of file + id: blinker