🍃 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
2020-03-23 16:37:23 +03:00
3party [routing] access:conditional in routing 2020-03-06 16:47:43 +03:00
android [android][ios][core] on map downloader banners review fixes 2020-03-20 19:42:39 +03:00
base [base] linux build is fixed. 2020-03-06 17:51:50 +03:00
cmake [cmake] Corrected the Boost.Python build. 2020-03-06 17:10:12 +03:00
coding Review fixes. 2020-03-19 14:19:12 +03:00
data [strings] strings.txt for banners into downloader 2020-03-20 19:42:39 +03:00
descriptions
docs Review fixes. 2020-03-06 17:11:35 +03:00
drape
drape_frontend [bookmarks] Track selection marks. Track's place page initialization. 2020-03-18 19:10:45 +03:00
editor [routing] Serdes opening hours 2020-02-14 00:51:26 +03:00
feature_list [platform] Move ChangeMaxNumberOfOpenFiles to platform::tests_support, delete duplicates. 2020-02-18 11:39:21 +03:00
ge0 [ge0] Pack the Parser's return values into a struct. 2020-02-17 16:47:30 +03:00
generator Review fixes. 2020-03-19 14:19:12 +03:00
geometry Review fixes. 2020-03-19 14:19:12 +03:00
indexer Review fixes. 2020-03-19 14:19:12 +03:00
iphone [android][ios][core] on map downloader banners review fixes 2020-03-20 19:42:39 +03:00
kml [bindings] Refactored functions in vector_list_conversion.hpp; added a namespace. 2020-03-18 01:01:57 +03:00
local_ads [bindings] Refactored functions in vector_list_conversion.hpp; added a namespace. 2020-03-18 01:01:57 +03:00
map [android][ios][core] on map downloader banners review fixes 2020-03-20 19:42:39 +03:00
mapshot
metrics [core] isolines layer tip 2020-02-12 14:37:51 +03:00
openlr
partners_api [android][ios][core] on map downloader banners review fixes 2020-03-20 19:42:39 +03:00
platform Review fixes. 2020-03-19 14:19:12 +03:00
poly_borders [generator] add tool for post processing borders. 2020-03-04 16:57:04 +03:00
pyhelpers [bindings] Refactored functions in vector_list_conversion.hpp; added a namespace. 2020-03-18 01:01:57 +03:00
qt
qt_tstfrm
routing [routing] Renaming BicycleDirectionsEngine to CarDirectionsEngine. 2020-03-11 17:13:08 +03:00
routing_common [routing] Minor fix for car model for all the world. 2020-03-10 18:27:20 +03:00
search Review fixes. 2020-03-23 16:37:23 +03:00
shaders
skin_generator
software_renderer
stats
std
storage [storage] tests are fixed 2020-02-27 13:42:34 +03:00
testing
tools [core] freenow taxi is added 2020-03-20 18:16:17 +03:00
topography_generator debug build is fixed 2020-02-27 18:37:45 +03:00
track_analyzing [routing] review fixes 2020-02-27 11:23:30 +03:00
track_generator [routing] review fixes 2020-02-27 11:23:30 +03:00
tracking [tracking] Renamed headers for ArchivalReporter. 2020-03-17 12:28:34 +03:00
traffic [bindings] Refactored functions in vector_list_conversion.hpp; added a namespace. 2020-03-18 01:01:57 +03:00
transit [base] string conversion methods are refactored. Changes: 2020-03-04 15:51:13 +03:00
ugc
web_api [core][android][ios] default headers for auth requests 2020-02-12 14:37:51 +03:00
xcode [iOS] set version to 10.0.0 2020-03-23 14:45:56 +03:00
.clang-format [generator] add tool for post processing borders. 2020-03-04 16:57:04 +03:00
.gitattributes
.gitignore [routing] add python tools for routing for easy heap and cpu profiling 2020-03-06 17:39:37 +03:00
.gitmodules
build_version.hpp.in
CMakeLists.txt [cmake] Corrected the Boost.Python build. 2020-03-06 17:10:12 +03:00
configure.sh
CONTRIBUTORS
defines.hpp [generator] collector stage + test 2020-02-27 11:23:30 +03:00
LICENSE
NOTICE
omim_config.h
precompiled_headers.hpp
private_default.h Add FREENOW_CLIENT_ID and FREENOW_CLIENT_SECRET definitions 2020-03-23 13:12:32 +03:00
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.

Building maps

To create one or many map files, first build the project, then use python module maps_generator.

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 c++ coding style and Objective-C 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) 2020 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.