🍃 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
Dmitry Yunitsky d0ed1318a0 Merge pull request #1427 from trashkalmar/update-style-name-in-prefs
[android] fix: Update changed style name in preferences.
2016-01-15 19:29:08 +03:00
3party Updated Alohalytics and kothic submodules 2016-01-13 16:35:25 +03:00
android [android] fix: Update changed style name in preferences. 2016-01-15 19:06:00 +03:00
api
base Cuisine normalisation #https://trello.com/c/TKooF4Q0/25-cuisine 2016-01-13 17:53:42 +03:00
coding
data Merge pull request #1416 from Zverik/minsk-upd 2016-01-15 18:23:53 +03:00
debian
docs
drape Added night theme for 3D-arrow 2016-01-13 15:55:34 +03:00
drape_frontend Merge pull request #1417 from rokuz/fixed-comp-warn-ios 2016-01-15 17:52:27 +03:00
drape_head
generator [generator] Demote log message about invalid wikipedia tag value 2016-01-15 17:37:27 +03:00
geometry Improved GPS track rendering (reducing points jittering) 2016-01-13 15:54:56 +03:00
indexer Fixed notes 2016-01-14 17:50:31 +03:00
installer/win
iphone [ios] Fixed auto switching bug. 2016-01-15 18:34:21 +03:00
map Merge pull request #1394 from VladiMihaylenko/vm-master 2016-01-14 14:53:41 +03:00
mapshot
pedestrian_routing_tests
platform Init GpsTrackInfo from GpsInfo 2016-01-13 15:54:10 +03:00
qt
qt_tstfrm
routing Add MakeTurnAnnotation checks. 2016-01-15 16:59:59 +03:00
search
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
tools [tests] Update minsk-pass.mwm, and remove debug line from generate_mwm.sh 2016-01-15 15:30:30 +03:00
xcode Fix Xcode project 2016-01-13 21:07:04 +03:00
.clang-format
.gitattributes
.gitignore
.gitmodules
common.pri
configure.sh
CONTRIBUTORS
defines.hpp Write file version as first uint32_t in file 2016-01-13 15:55:07 +03:00
LICENSE
NOTICE
omim.pro
README.md
strings.txt Added some strings. 2016-01-14 15:53:05 +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.

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 and iOS 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.