Skip to content

generate maps

@bonanza123 Hi!

Seems like maps.me has blocked access to maps folder (http://direct.mapswithme.com/direct/latest/) and even daily maps no longer updated (http://direct.mapswithme.com/regular/daily). Which leads us to compile our own maps using simple scripts:

git clone https://gitlab.com/axet/omim

omim/tools/unix/build_omim.sh -crs

TARGET=/Volumes/1TB/190113 omim/tools/unix/generate_planet.sh -U

TARGET=/Volumes/1TB/190113 omim/tools/unix/generate_planet.sh -a

from https://github.com/mapsme/omim/blob/master/docs/MAPS.md

Of course, TARGET=/opt/mwm/151231 should points to current map version from omim/data/countries.txt

Edited by axet