Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Organicmaps | 7,267 | 15 hours ago | 1,930 | apache-2.0 | C++ | |||||
🍃 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 MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! | ||||||||||
Omim | 4,460 | 1 | a year ago | 2 | November 06, 2020 | 994 | apache-2.0 | C++ | ||
🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android | ||||||||||
Osmand | 3,912 | 19 hours ago | 2,656 | other | Java | |||||
OsmAnd | ||||||||||
Barefoot | 571 | 2 years ago | 55 | apache-2.0 | Java | |||||
Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud. | ||||||||||
Libosmscout | 217 | 3 days ago | 50 | other | C++ | |||||
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data | ||||||||||
Osmscout Server | 140 | a month ago | 35 | gpl-3.0 | C++ | |||||
Maps server providing tiles, geocoder, and router | ||||||||||
Mapcache | 95 | 3 | 4 months ago | 9 | October 04, 2020 | 17 | mit | Swift | ||
Map Cache for iOS. Pod to support offline maps written in Swift | ||||||||||
Osmdashboard | 65 | 6 days ago | 11 | apache-2.0 | Java | |||||
OpenStreetMaps Dashboard for OpenTracks | ||||||||||
Observe | 64 | 2 years ago | 84 | other | JavaScript | |||||
Cross-platform, offline, field mapping tool for OpenStreetMap | ||||||||||
Mapsplit | 62 | 15 days ago | 8 | cc0-1.0 | Java | |||||
A fast way to split OSM data in to a portable tiled format |
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.
This repository contains submodules. Clone it with git clone --recursive
. If you forgot,
run git submodule update --init --recursive
.
If you want to improve app translations or add more search synonyms, please check our wiki.
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.
To create one or many map files, first build the project, then use python module maps_generator.
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.
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.
You can turn on experimental public transport support. For details please read simple instruction.
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.
Please report bugs and suggestions to the issue tracker, or by mail to [email protected].
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.