🍃 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-01-10 20:19:10 +03:00
3party [coding] Cleaned up some unused code. 2018-12-26 08:38:51 +03:00
android [android] Fixed review notes 2019-01-10 12:35:07 +03:00
api
base Review fixes. 2018-12-27 14:12:10 +03:00
cmake
coding [search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable. 2018-12-28 15:24:56 +03:00
data Removed viator from mapcss and regenerated map styles 2019-01-09 15:39:40 +03:00
debian
descriptions [coding] Renamed the StringUtf8Multilang files. 2018-12-13 13:19:18 +03:00
docs
drape Review fixes 2018-12-21 14:10:41 +03:00
drape_frontend [drape] Fixed rendering statistics 2019-01-09 17:18:45 +03:00
editor [coding] Renamed the StringUtf8Multilang files. 2018-12-13 13:19:18 +03:00
feature_list
generator Removed viator code (#9917) 2019-01-09 11:46:47 +03:00
geocoder [geocoder] Fix for review 2018-12-27 17:13:03 +03:00
geometry [base][geocoder] Fix compile warnings for gcc 8 2018-12-26 16:05:19 +03:00
indexer Removed viator code (#9917) 2019-01-09 11:46:47 +03:00
installer/win
iphone [ios] Fix issues with RouterResultCode::NeedMoreMaps 2019-01-10 12:51:08 +03:00
kml [coding] Renamed the StringUtf8Multilang files. 2018-12-13 13:19:18 +03:00
local_ads [coding] Renamed the StringUtf8Multilang files. 2018-12-13 13:19:18 +03:00
map [notifications] Show notifications every day! 2019-01-10 20:19:10 +03:00
mapshot
metrics
openlr [descriptions] Feature description reading for the place page. 2018-12-06 18:19:54 +03:00
partners_api Removed viator code (#9917) 2019-01-09 11:46:47 +03:00
platform [search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable. 2018-12-28 15:24:56 +03:00
pyhelpers
qt [descriptions] Feature description reading for the place page. 2018-12-06 18:19:54 +03:00
qt_tstfrm
routing [routing] Routing integration test for maps 181213. 2019-01-10 18:43:34 +03:00
routing_common [release-86][routing] Minor fixes. 2018-12-29 16:15:43 +03:00
search [search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable. 2018-12-28 15:24:56 +03:00
shaders
skin_generator
software_renderer
stats
std
storage [descriptions] Feature description reading for the place page. 2018-12-06 18:19:54 +03:00
testing
tizen [coding] Renamed the StringUtf8Multilang files. 2018-12-13 13:19:18 +03:00
tools [tools][GDPR][dirty-hack] disable certificate checking 2019-01-09 16:43:38 +03:00
track_analyzing
track_generator
tracking
traffic
transit
ugc
xcode Removed viator code (#9917) 2019-01-09 11:46:47 +03:00
.clang-format
.gitattributes
.gitignore
.gitmodules
CMakeLists.txt Add overridable boost_python library name 2019-01-09 14:26:30 +03:00
configure.sh
CONTRIBUTORS
defines.hpp [indexer] Add BarndsHolder. 2018-12-06 15:04:16 +03:00
LICENSE
NOTICE
omim_config.h
precompiled_headers.hpp
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.