Go to file
2020-10-15 23:43:07 +03:00
assets fix zoom at level 18 2020-10-15 19:03:01 +03:00
databases extend database fields 2020-10-15 01:13:22 +03:00
kivymd move source back to the main dir 2020-10-14 23:38:48 +03:00
.gitignore move source back to the main dir 2020-10-14 23:38:48 +03:00
build.sh rearrange marker assets 2020-10-14 18:54:37 +03:00
buildozer.spec change splash color to purple 2020-10-15 14:37:39 +03:00
cleanup.sh fix cleanup script 2020-09-20 18:48:57 +03:00
forestmapview.kv set zoom 17 2020-10-15 23:43:07 +03:00
forestmapview.py set zoom 17 2020-10-15 23:43:07 +03:00
game.py fix tree_data passing between objects 2020-10-15 13:52:18 +03:00
gpsblinker.kv move source back to the main dir 2020-10-14 23:38:48 +03:00
gpsblinker.py move source back to the main dir 2020-10-14 23:38:48 +03:00
gpshelper.py move source back to the main dir 2020-10-14 23:38:48 +03:00
main.kv move source back to the main dir 2020-10-14 23:38:48 +03:00
main.py bring back the debug msgs 2020-10-15 00:17:04 +03:00
music.kv move source back to the main dir 2020-10-14 23:38:48 +03:00
music.py move source back to the main dir 2020-10-14 23:38:48 +03:00
README.md update README 2020-10-14 22:57:44 +03:00
requierments.txt experiment with markers 2020-10-14 07:19:43 +03:00
searchpopupmenu.py move source back to the main dir 2020-10-14 23:38:48 +03:00
settings.kv move source back to the main dir 2020-10-14 23:38:48 +03:00
settings.py move source back to the main dir 2020-10-14 23:38:48 +03:00
setup_packages.sh instal adb and aidl 2020-10-15 21:27:08 +03:00
setup_venv.sh use Kivy 2.0.0rc3 when we have python 3.8 2020-09-21 03:28:51 +03:00
start.sh move source back to the main dir 2020-10-14 23:38:48 +03:00
treemarker.kv bring back the debug msgs 2020-10-15 00:17:04 +03:00
treemarker.py move source back to the main dir 2020-10-14 23:38:48 +03:00
treepopupmenu.py fix tree_data passing between objects 2020-10-15 13:52:18 +03:00

GlobalForest

A map-based social gardening

  • ./setup_packages.sh - install ubuntu system package requierments

  • ./setup_venv.sh - prepares the virtual environemnt using kivy 1.11.1 with python 3.6

  • ./setup_venv.sh pre - prepares the virtual environment using kivy 2.0.0rc3 with python 3.8

  • python3 populatedb.py trees.kml

  • ./start.sh - run the virtual environment locally

  • ./build.sh - run buildozer inside the virtual env to build and deploy

  • ./cleanup.sh - removes the work dirs from the local repo