/tc-navigation

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!

Primary LanguageC++Apache License 2.0Apache-2.0

Comando para instalar la app luego del clone

Para descargar las dependencias

git submodule update --init --recursive

Para setear la aplicación

./configure.sh

Crear entorno para utilizar el map generator

(doc)[https://github.com/vdeluca/tc-navigation/tree/master/tools/python/maps_generator]

source venv/bin/activate

Para hacer un primer build

./tools/unix/build_omim.sh -r generator_tool
cd tools/python/maps_generator

pip install -r requirements_dev.txt 

cp var/etc/map_generator.ini.default var/etc/map_generator.ini

python -m maps_generator --countries="Argentina_Pampas" --skip="Coastline"

# Tambien se puede usar asi
python -m maps_generator --countries="Argentina_*" --skip="Coastline"