🍃 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
2016-04-20 16:59:23 +03:00
3party Add maxspeed=none tag to car profile. 2016-04-11 18:31:01 +03:00
android [android] Replaced dropped_pin with placepage_unknown_place. 2016-04-19 19:19:45 +03:00
api
base strings::NormalizeDigits for UniString. 2016-04-07 19:56:52 +03:00
coding Factor out “en” language to the predefined constant. 2016-03-29 12:26:06 +03:00
data Merge pull request #2831 from Zverik/replaced 2016-04-14 18:05:37 +03:00
debian
docs Debian Dockerfile 2016-04-02 15:20:10 +04:00
drape Review fixes 2016-04-08 18:14:08 +03:00
drape_frontend Review fixes 2016-04-18 10:27:46 +03:00
drape_head
editor Code review. 2016-04-18 14:11:42 +03:00
generator [bicycle routing] Taking into account bicycle roads while map generation. 2016-04-18 13:22:28 +03:00
geometry
indexer Review fixes. 2016-04-18 16:46:02 +03:00
installer/win
iphone [ios] Replaced dropped_pin with placepage_unknown_place. 2016-04-19 19:19:44 +03:00
localization/countries_names Bielorus' txt 2016-03-23 16:56:47 +03:00
map [omim] Replaced dropped_pin with placepage_unknown_place in framework. 2016-04-19 19:19:39 +03:00
mapshot
pedestrian_routing_tests Pedestrian integration test fixes. 2016-04-06 18:29:13 +03:00
platform Redone my position 2016-04-13 18:36:17 +03:00
qt Merge pull request #2908 from bykoianko/master-bicycle-profile 2016-04-18 18:14:53 +03:00
qt_tstfrm
routing [bicycle routing] Adding universal types for node id and edge weight. 2016-04-20 16:59:23 +03:00
search Make comment more comprehensive. 2016-04-18 12:24:24 +03:00
skin_generator
sound/tts
stats
std [generator] Normalize house numbers full-width digits. 2016-04-11 13:56:34 +03:00
storage [downloader] Review fixes 2016-04-18 17:42:12 +03:00
testing
tizen
tools Merge pull request #2834 from Zverik/rmerge 2016-04-08 16:14:37 +03:00
xcode [xcode] Added base_tests. 2016-04-19 15:52:26 +03:00
.clang-format
.gitattributes
.gitignore fix: Configuration scripts modified to support Crashlytics props initialization. 2016-03-23 16:59:24 +03:00
.gitmodules
common.pri
configure.sh fix: Configuration scripts modified to support Crashlytics props initialization. 2016-03-23 16:59:24 +03:00
CONTRIBUTORS
defines.hpp [generator] Add bench and shelter to replaced tags 2016-04-11 12:43:58 +03:00
LICENSE
NOTICE
omim.pro
README.md
strings.txt [omim] Added placepage_unknown_place and removed dropped_pin. 2016-04-19 17:03:15 +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.