🍃 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-10-20 15:07:56 +05:00
3party
android [ads][android][ios] Citymobil search category banner review fixes 2020-10-20 15:07:56 +05:00
base
cmake
coding Exchange new with make_shared(). 2020-10-16 12:54:46 +03:00
data [taxi] yango cities fix 2020-10-20 13:12:38 +05:00
descriptions
docs
drape [drape] [iOS] Changes to catch a source of crash at CHECK(IsEnoughMemory) in LineRawBatch::BatchData. MAPSME-12898 2020-10-16 15:52:00 +03:00
drape_frontend [drape_frontend] Fix rendering of 'cross-mwm' stops and transfers. 2020-10-16 20:14:51 +05:00
editor
feature_list
ge0
generator [generator][python] Fixed build after pr #13653. 2020-10-20 12:55:51 +03:00
geometry
indexer
iphone [ads][android][ios] Citymobil search category banner review fixes 2020-10-20 15:07:56 +05:00
kml [bookmarks] Review fixes. MAPSME-14916 2020-10-17 02:12:48 +03:00
local_ads
map [ads][android][ios] Citymobil search category banner review fixes 2020-10-20 15:07:56 +05:00
mapshot
metrics
openlr
packaging/centos
partners_api [ads][android][ios] Citymobil search category banner review fixes 2020-10-20 15:07:56 +05:00
platform
poly_borders
pyhelpers [pybindings][python] support python 3.8 and 3.9 2020-10-19 10:38:36 +03:00
qt
qt_tstfrm
routing
routing_common
search
shaders
skin_generator
software_renderer
stats
std
storage
testing
tools [generator][python] Fixed build after pr #13653. 2020-10-20 12:55:51 +03:00
topography_generator
track_analyzing
track_generator
tracking
traffic
transit [transit] Update for tests after SubwayConverter changes. 2020-10-16 20:14:51 +05:00
ugc
web_api
xcode [ads][ios] Citymobil search category banner is added 2020-10-20 15:07:56 +05:00
.clang-format
.gitattributes
.gitignore
.gitmodules
build_version.hpp.in
CMakeLists.txt
configure.sh
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.