🍃 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
Ilya Zverev 07cb0c8b82 Merge pull request #2029 from deathbaba/swahili-categories
[categories] Swahili translations from our Peace Corps friends.
2016-02-25 22:53:01 +03:00
3party [alohalytics] Statistics upload fix. 2016-02-07 19:36:39 +03:00
android [strings] Generated localizations. 2016-02-25 18:56:18 +03:00
api
base Fixed cache.hpp: added #pragma once 2016-01-22 19:33:53 +03:00
coding
data [categories] Swahili translations from our Peace Corps friends. 2016-02-25 22:28:54 +03:00
debian
docs [docs] Building on Fedora 23 2016-01-25 18:26:34 +03:00
drape [drape] make render scene loop more linear and cache friendly 2016-02-02 19:06:50 +03:00
drape_frontend Fixed dynamic selector 2016-02-15 23:21:47 +03:00
drape_head
generator [generator] Shorter error message for unmerged coastline 2016-02-24 20:21:32 +03:00
geometry
indexer Add Greek, Hebrew and Swahili support to categories.txt. 2016-02-25 22:46:18 +03:00
installer/win
iphone [strings] Generated localizations. 2016-02-25 18:56:18 +03:00
map Fixed unit test after categories capitalization. 2016-02-25 19:47:02 +03:00
mapshot
pedestrian_routing_tests
platform [platform] Fix language detection on some linux systems 2016-02-20 16:40:12 +03:00
qt [styles] Use _legacy suffix in scripts and qt.pro 2016-01-19 12:17:17 +03:00
qt_tstfrm
routing Routing completion percent test. 2016-02-08 15:20:20 +03:00
search Review fixes. 2016-02-04 13:59:26 +03:00
skin_generator
sound/tts
stats
std Merge pull request #1318 from mgsergio/cuisine-normalization 2016-01-13 19:27:15 +03:00
storage
testing
tizen [strings] Generated localizations. 2016-02-25 18:56:18 +03:00
tools Fixed the server for Djibouti. For some reason, we couldn't get the list of siblings on that particular machine. 2016-02-08 13:38:27 +03:00
xcode [styles] Update xcode projects to use _legacy prefixes 2016-01-19 12:17:17 +03:00
.clang-format
.gitattributes
.gitignore
.gitmodules
common.pri
configure.sh [build] Check for private.h in build_omim.sh 2016-01-25 11:39:49 +03:00
CONTRIBUTORS
defines.hpp
LICENSE
NOTICE
omim.pro
README.md Update README.md 2016-02-01 21:05:13 +03:00
strings.txt [strings] Correct Italian translation for “food” category. 2016-02-25 18:56:17 +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.