🍃 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
2019-06-06 17:04:26 +03:00
3party [generator] Add parallel ready for KeyValueStorage 2019-06-03 12:29:34 +03:00
android [promo][jni] review fixes 2019-06-06 14:39:37 +03:00
api
base [storage] Benchmarks for CountryInfoGetter. 2019-06-04 14:50:01 +03:00
cmake
coding [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
data minor hotfix 2019-06-06 13:08:54 +03:00
debian
descriptions
docs
drape [testing] Cleanup. 2019-05-31 17:13:22 +03:00
drape_frontend
editor [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
feature_list [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
generator [generator:geo_objetcs] Add street bbox and center 2019-06-05 18:58:29 +03:00
geocoder
geometry [generator:geo_objetcs] Add street bbox and center 2019-06-05 18:58:29 +03:00
indexer [generator] Fix regions index generation: ignore features types 2019-06-04 18:52:40 +03:00
installer/win
iphone [iOS] New place page state (preview plus) 2019-05-31 12:20:28 +03:00
kml [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
local_ads
map [promo][jni] review fixes 2019-06-06 14:39:37 +03:00
mapshot
metrics
openlr [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
partners_api [promo api] error callback is added into promo api 2019-06-06 14:39:37 +03:00
platform
pyhelpers
qt Review fixes. 2019-06-06 17:04:26 +03:00
qt_tstfrm
routing Declaring kInvalidSpeedKMPH only once. 2019-06-05 17:27:41 +03:00
routing_common [routing] Remove frustrating and useless log. 2019-06-05 18:14:23 +03:00
search [qt] Use the general search-in-downloader machinery. 2019-06-06 17:04:26 +03:00
shaders
skin_generator
software_renderer
stats
std
storage [qt] Use the general search-in-downloader machinery. 2019-06-06 17:04:26 +03:00
testing [testing] Cleanup. 2019-05-31 17:13:22 +03:00
tizen [testing] Cleanup. 2019-05-31 17:13:22 +03:00
tools Review fixes. 2019-06-06 15:08:25 +03:00
track_analyzing [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
track_generator [geometry] LatLon refactoring. 2019-05-30 18:53:51 +03:00
tracking Review fixes. 2019-05-30 23:46:25 +03:00
traffic
transit
ugc
xcode [storage] Benchmarks for CountryInfoGetter. 2019-06-04 14:50:01 +03: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.

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.