🍃 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
2020-07-13 16:04:00 +03:00
3party [3party][opening_hours] Add stream overload and to-string for OpeningHours. 2020-06-19 17:06:31 +03:00
android [android] Fixed gitignore files after Firebase integration 2020-07-13 16:42:15 +05:00
base [search] Check we have hiragana before transliteration. 2020-07-10 13:48:36 +03:00
cmake
coding Review fixes. 2020-07-10 13:48:36 +03:00
data [data] Default string for hwtag onedir_bicycle. 2020-07-07 12:16:20 +03:00
descriptions
docs [docs] Review fixes. 2020-07-08 15:40:55 +03:00
drape [drape] [Vulkan] [Android] Update whole palette texture at once on Android 10 or Mali-G76 +clang-format MAPSME-12632 2020-07-08 13:31:57 +03:00
drape_frontend [guides on map] Fixed showing a bookmark category after downloading via guides gallery. 2020-07-02 17:53:53 +03:00
editor [editor] Fix variables initialization order: XMLFeature static variables should not depend from kLanguages(string_utf8_multilang.cpp). 2020-06-30 19:42:08 +03:00
feature_list
ge0
generator [search] Pass IsAltNameOrOldName to ranker. 2020-07-10 10:51:04 +03:00
geometry [search][map] Allow to set different vertical and horizontal distance between search results. 2020-07-10 21:23:26 +03:00
indexer Review fixes. 2020-07-10 13:48:36 +03:00
iphone [iOS] fix a bug in which "more" button below bookmark description in PP not available 2020-07-13 16:04:00 +03:00
kml
local_ads
map [search][map] Allow to set different vertical and horizontal distance between search results. 2020-07-10 21:23:26 +03:00
mapshot
metrics
openlr [openlr] Using secondary roads for frc4. 2020-06-18 20:04:33 +03:00
partners_api [ads] showing bookmark catalog promo during map downloading is fixed 2020-07-13 16:41:02 +05:00
platform
poly_borders
pyhelpers [pybindings] Creating directories for each pybinding. 2020-06-03 16:37:10 +03:00
qt
qt_tstfrm
routing [transit] Versioning for transit section. 2020-07-10 12:50:07 +03:00
routing_common [routing] Handle oneway bicycle roads. 2020-07-07 12:16:20 +03:00
search [search][map] Allow to set different vertical and horizontal distance between search results. 2020-07-10 21:23:26 +03:00
shaders [drape] [Vulkan] [Android] Update whole palette texture at once on Android 10 or Mali-G76 +clang-format MAPSME-12632 2020-07-08 13:31:57 +03:00
skin_generator
software_renderer
stats
std
storage [storage] Support disputed territories with subterritories in GetTopmostParentFor. 2020-07-03 01:16:47 +03:00
testing
tools [tools][transit] Updated gtfs crawler log message. 2020-07-09 18:15:24 +03:00
topography_generator
track_analyzing
track_generator
tracking
traffic
transit Fix subway_converter_tests build. 2020-07-13 12:23:16 +03:00
ugc
web_api
xcode [map][indexer] Move default transliteration initialization from framework. 2020-07-10 13:48:36 +03:00
.clang-format
.gitattributes
.gitignore [iOS] Added firebase crashalytics 2020-07-13 16:04:00 +03:00
.gitmodules
build_version.hpp.in
CMakeLists.txt
configure.sh [android] Firebase SDK integration 2020-07-13 12:35:22 +03:00
CONTRIBUTORS
defines.hpp
LICENSE
NOTICE
omim_config.h
precompiled_headers.hpp
private_default.h
README.md

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.

Building maps

To create one or many map files, first build the project, then use python module maps_generator.

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 c++ coding style and Objective-C 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) 2020 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.