🍃 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 the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
Find a file
2016-03-23 17:57:03 +03:00
3party Fix bug in opening hours formatting. 2016-03-23 16:59:34 +03:00
android [android] fix: Release compilation error. 2016-03-23 16:59:37 +03:00
api
base [base] Fixed integral to string conversion. 2016-03-23 16:56:51 +03:00
coding Fixed compilation warning -Wpessimizing-move. 2016-03-23 16:59:34 +03:00
data [search] Updated synonyms list. 2016-03-23 16:59:38 +03:00
debian
docs
drape Debug output fixed. 2016-03-23 16:56:46 +03:00
drape_frontend Tuned instant animation 2016-03-23 16:59:39 +03:00
drape_head Review fixes 2016-03-23 16:49:23 +03:00
editor Code review. 2016-03-23 16:59:36 +03:00
generator [generator] Reduced mwm size by ~0.5%: do not store zeroes after dot in metadata. 2016-03-23 16:57:06 +03:00
geometry Do not clip buildings triangles. 2016-03-23 16:52:56 +03:00
indexer Metro and distinct names filtration fix. 2016-03-23 17:57:03 +03:00
installer/win
iphone [ios] Fixed downloader search results bug. 2016-03-23 17:45:41 +03:00
localization/countries_names Bielorus' txt 2016-03-23 16:56:47 +03:00
map [search] Use affiliates field to find MWMs by state/country features. 2016-03-23 16:59:38 +03:00
mapshot Missing dependency for Editor. 2016-03-23 16:04:03 +03:00
pedestrian_routing_tests [storage] Made InfoGetter aware of migration. 2016-03-23 16:23:01 +03:00
platform [new downloader] Fix error processing when device storage is full 2016-03-23 16:57:50 +03:00
qt Get unformatted elevation for editor. 2016-03-23 16:56:55 +03:00
qt_tstfrm
routing Route no following in same cases fix. 2016-03-23 16:59:37 +03:00
search Review fixes. 2016-03-23 16:59:39 +03:00
skin_generator
sound/tts
stats
std [search] Fixed geometry caches. 2016-03-23 16:59:28 +03:00
storage Review fixes. 2016-03-23 16:59:39 +03:00
testing [new downloader] Fix event loop for tests 2016-03-23 16:22:00 +03:00
tizen [strings] Generated editor strings. 2016-03-23 16:16:20 +03:00
tools [generator] Update scripts 2016-03-23 16:56:27 +03:00
xcode [ios[ Fixed xc scheme build. 2016-03-23 17:45:40 +03:00
.clang-format FeatureType from/to XMLFeature. 2016-03-23 16:04:00 +03:00
.gitattributes
.gitignore fix: Configuration scripts modified to support Crashlytics props initialization. 2016-03-23 16:59:24 +03:00
.gitmodules
common.pri std/future.hpp with std::future, std::async and std::future_status. 2016-03-23 16:04:22 +03:00
configure.sh fix: Configuration scripts modified to support Crashlytics props initialization. 2016-03-23 16:59:24 +03:00
CONTRIBUTORS
defines.hpp [new downloader] Switch suffixes for files using in migration from 'migrate' to 'obsolete' 2016-03-23 16:49:14 +03:00
LICENSE
NOTICE
omim.pro [search][build] Fixed build deps for search quality tools. 2016-03-23 16:52:40 +03:00
README.md
strings.txt Added the Vietnamese language for the new strings. 2016-03-23 16:59:31 +03:00

MAPS.ME

MAPS.ME is an open source cross-platform offline maps application, built on top of crowd-sourced OpenStreetMap data. It was publicly released for iOS and Android.

Submodules

This repository contains submodules. Clone it with git clone --recursive. If you forgot, run git submodule update --init --recursive.

Translations

If you want to improve app translations or add more search synonyms, please check our wiki.

Compilation

To compile the project, you would need to initialize private key files. Run configure.sh and press Enter to create empty files, good enough to build desktop and Android debug packages.

For detailed installation instructions and Android/iOS building process, see INSTALL.md.

Nightly builds for Android are published to osmz.ru and Dropbox: release, debug.

Building maps

To create one or many map files, first build the project, then use generate_mwm.sh script from tools/unix to create a single mwm file from pbf/o5m/bz2 source, or generate_planet.sh to generate multiple countries at once from a planet o5m file. See detailed instructions in MAPS.md.

Map styles

MAPS.ME uses its own binary format for map styles, drules_proto.bin, which is compiled from MapCSS using modified Kothic library. Feature set in MWM files depends on a compiled style, so make sure to rebuild maps after releasing a style.

For development, use MAPS.ME Designer app along with its generator tool: these allow for quick rebuilding of a style and symbols, and for producing a zoom-independent feature set in MWM files.

See STYLES.md for the format description, instructions on building a style and some links.

Development

You would need Qt 5 for development, most other libraries are included into the repository: see 3party directory. The team uses mostly XCode and Qt Creator, though these are not mandatory. We have an established coding style.

See CONTRIBUTING.md for the repository initialization process, the description of all the directories of this repository and other development-related information.

All contributors must sign a Contributor Agreement, so both our and their rights are protected.

Feedback

Please report bugs and suggestions to the issue tracker, or by mail to bugs@maps.me.

Authors and License

This source code is Copyright (C) 2015 My.com B.V. (Mail.Ru Group), published under Apache Public License 2.0, except third-party libraries. See NOTICE and data/copyright.html files for more information.