🍃 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:53:27 +03:00
3party Linux build fix 2016-03-23 16:53:01 +03:00
android [new downloader][android] fix: Onmap downloader was not display size sometimes. 2016-03-23 16:53:26 +03:00
api
base Review fixes. 2016-03-23 16:53:01 +03:00
coding Add editor config. 2016-03-23 16:51:12 +03:00
data [editor] Remove extra fields for some types 2016-03-23 16:53:25 +03:00
debian
docs
drape Removed unused code 2016-03-23 16:52:56 +03:00
drape_frontend Review fixes 2016-03-23 16:53:27 +03:00
drape_head Review fixes 2016-03-23 16:49:23 +03:00
editor [editor] Fix OSM Notes upload and Facebook auth test 2016-03-23 16:53:24 +03:00
generator Fixed missing break, thanks to unit tests. 2016-03-23 16:51:37 +03:00
geometry Do not clip buildings triangles. 2016-03-23 16:52:56 +03:00
indexer [editor] Fixed undefined behavior due to referencing uninitialized variable FeatureType::m_bCommonParsed. 2016-03-23 16:53:10 +03:00
installer/win
iphone [ios] [editor] Editor keys were applied. 2016-03-23 16:53:26 +03:00
localization/countries_names [strings] Delete countries_names.csv 2016-03-23 16:53:20 +03:00
map Lowercased settings namespace. 2016-03-23 16:53:23 +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 Settings code review/style fixes. 2016-03-23 16:53:23 +03:00
qt Lowercased settings namespace. 2016-03-23 16:53:23 +03:00
qt_tstfrm
routing Lowercased settings namespace. 2016-03-23 16:53:23 +03:00
search Correct using of CheckUniqueIndexes. 2016-03-23 16:53:26 +03:00
skin_generator
sound/tts
stats
std Add deferred task implementation 2016-03-23 16:51:10 +03:00
storage Lowercased settings namespace. 2016-03-23 16:53:23 +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 Deleted non-working script. Please install trans from github. 2016-03-23 16:53:07 +03:00
xcode [ios] Fixed xc scheme build. 2016-03-23 16:53:02 +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 [ios] Added Crashlytics/Fabric. 2016-03-23 16:52:42 +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 [new downloader][android] fix: Strings.txt 2016-03-23 16:53:06 +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.