🍃 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
ygorshenin 5e1c7d4d05 Merge pull request #3689 from milchakov/MAPSME-1655_floor_count_validation
[editor] Mapsme 1655 incorrect floor count validation
2016-06-29 17:12:48 +03:00
3party
android [strings] Android and ios. Ran generate_localization.sh after rebase. 2016-06-24 18:02:56 +03:00
api
base [booking] Revert the last good code from ParseCSVRow 2016-06-28 15:19:13 +03:00
coding
data [strings] Move types translations from strings.txt to categories.txt 2016-06-24 16:02:10 +03:00
debian
docs
drape Selected feature's overlays couldn't be displaced. 2016-06-24 16:02:11 +03:00
drape_frontend If there is no rating, don't draw the star symbol. 2016-06-24 16:02:10 +03:00
drape_head
editor [editor] Trim name 2016-06-28 11:13:48 +03:00
generator [booking] Revert the last good code from ParseCSVRow 2016-06-28 15:19:13 +03:00
geometry
indexer prohibit leading zeros in floor count field 2016-06-29 17:07:06 +03:00
installer/win
iphone Merge pull request #3683 from igrechuhin/crash 2016-06-29 01:24:56 -07:00
map Fix downloading behaviour in place page 2016-06-24 16:02:07 +03:00
mapshot
pedestrian_routing_tests
platform
qt
qt_tstfrm
routing [routing] Fixing routing integration tests. 2016-06-24 13:31:46 +03:00
search Build fix. 2016-06-29 15:29:24 +03:00
skin_generator
sound/tts
stats
std
storage Add tests 2016-06-24 16:02:08 +03:00
testing
tizen
tools [booking] Save all translations we've got 2016-06-28 15:19:13 +03:00
xcode [ios] Fixed xc-scheme build. 2016-06-28 14:02:05 +03:00
.clang-format
.gitattributes
.gitignore
.gitmodules
common.pri
configure.sh
CONTRIBUTORS
defines.hpp
LICENSE
NOTICE
omim.pro
README.md
strings.txt [strings] Move types translations from strings.txt to categories.txt 2016-06-24 16:02:10 +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.