🍃 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 16:49:30 +03:00
3party OSRM way id plugin search scope fix. 2016-03-23 16:17:05 +03:00
android [ios][android] Included cuisine translations in resources. 2016-03-23 16:49:29 +03:00
api
base Store seconds since epoch in mwm as version. 2016-03-23 16:45:27 +03:00
coding Remove SharedMemReader. 2016-03-23 16:49:24 +03:00
data Generated cuisines translations. 2016-03-23 16:49:29 +03:00
debian
docs
drape Review fixes 2016-03-23 16:49:23 +03:00
drape_frontend Revert "Fixed dynamic selector" 2016-03-23 16:49:28 +03:00
drape_head Review fixes 2016-03-23 16:49:23 +03:00
editor Fix parsing of opening hours with no days set. 2016-03-23 16:45:24 +03:00
generator Platform::GetReader returns unique_ptr. Fix leaks. 2016-03-23 16:49:24 +03:00
geometry [new downloader] Review fixes. 2016-03-23 16:22:55 +03:00
indexer Platform::GetReader returns unique_ptr. Fix leaks. 2016-03-23 16:49:24 +03:00
installer/win
iphone [ios][android] Included cuisine translations in resources. 2016-03-23 16:49:29 +03:00
localization/countries_names [new downloader] Localization has been rebuilt 2016-03-23 16:22:06 +03:00
map Platform::GetReader returns unique_ptr. Fix leaks. 2016-03-23 16:49:24 +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 languages::GetCurrentTwine() returns language in our twine translations compatible format. 2016-03-23 16:49:30 +03:00
qt Remove redundant absent maps parameter. 2016-03-23 16:45:26 +03:00
qt_tstfrm
routing On edge cross mwm intersection lookup. 2016-03-23 16:45:28 +03:00
search Platform::GetReader returns unique_ptr. Fix leaks. 2016-03-23 16:49:24 +03:00
skin_generator
sound/tts
stats
std [new downloader] Add IsCloseEnough full implementation 2016-03-23 16:22:40 +03:00
storage Fix processing both of WorldCoast files obsolete or not 2016-03-23 16:49:29 +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 [new downloader] Switch suffixes for files using in migration from 'migrate' to 'obsolete' 2016-03-23 16:49:14 +03:00
xcode Fix resources for Xcode desktop application 2016-03-23 16:49:28 +03:00
.clang-format FeatureType from/to XMLFeature. 2016-03-23 16:04:00 +03:00
.gitattributes
.gitignore
.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 [oauth] Employ OSM OAuth for OSM API requests 2016-03-23 16:04:20 +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 [new-downloader] Storage integration tests 2016-03-23 16:21:34 +03:00
README.md
strings.txt [new downloader] fix: Strings fixes. 2016-03-23 16:22:43 +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.