Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapsforge/mapsforge
Vector map library and writer - running on Android and Desktop.
https://github.com/mapsforge/mapsforge
java map openstreetmap vector
Last synced: 26 days ago
JSON representation
Vector map library and writer - running on Android and Desktop.
- Host: GitHub
- URL: https://github.com/mapsforge/mapsforge
- Owner: mapsforge
- License: lgpl-3.0
- Created: 2014-11-06T09:13:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:39:47.000Z (6 months ago)
- Last Synced: 2024-05-22T17:51:40.101Z (6 months ago)
- Topics: java, map, openstreetmap, vector
- Language: Java
- Homepage:
- Size: 52.2 MB
- Stars: 1,144
- Watchers: 84
- Forks: 380
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-java - Mapsforge - Map rendering based on OpenStreetMap data. (LGPL-3.0-only) (Projects / Geospatial)
README
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
# Mapsforge
See the **[integration guide](docs/Integration.md)** and [changelog](docs/Changelog.md). And read through [how to contribute](docs/CONTRIBUTING.md) guidelines.
If you have any questions or problems, don't hesitate to ask the Discussions for help.
- Mapsforge project uses a [compact file format](docs/Specification-Binary-Map-File.md) for fast ad-hoc rendering of OpenStreetMap data.
- We provide tools to [compile your own maps](docs/Getting-Started-Map-Writer.md) with detailed [instructions](docs/MapCreation.md) and also [precompiled maps](https://download.mapsforge.org/).
- It provides [simple boilerplate code](mapsforge-samples-android/src/main/java/org/mapsforge/samples/android/GettingStarted.java) to build applications for Android that display OpenStreetMap based maps with rotation.
- It provides a library to build standalone applications in Java ([instructions](docs/Desktop.md)).
- Mapsforge maps can be flexibly styled with XML style files ([render themes](docs/Rendertheme.md)).
- Mapsforge library supports offline high resolution [hill shading](https://github.com/mapsforge/mapsforge/blob/master/mapsforge-samples-android/src/main/java/org/mapsforge/samples/android/HillshadingMapViewer.java).
- We provide [tools & library](docs/POI.md) for POI search and also [precompiled POI](https://download.mapsforge.org/).
- Mapsforge supports Android 2.3.3 (API level 10) and above.
- Mapsforge is used by many [applications](docs/Mapsforge-Applications.md).
- Mapsforge is in active [development](docs/Contributors.md).
- Mapsforge [map providers](docs/Mapsforge-Maps.md).
- Mapsforge [talks](docs/Mapsforge-Talks.md).
- Building Mapsforge: set `ANDROID_HOME` environment variable with the Android SDK installation directory## License
Mapsforge library is under [LGPL v3 license](http://www.gnu.org/licenses/lgpl-3.0), with an important simplification: the constraints mentioned in sections LGPL v3 §4(d) and §4(e) are waived.
This means that you are allowed to convey a Combined Work without providing the user any way to recombine or relink the application and without providing any shared library mechanism.
In other words, you are allowed to include Mapsforge library in your Android application, without making your application open source.
## Screenshots
| Android |
| ------------- |
||| Desktop |
| ------------- |
|![Desktop](docs/images/desktop.png)|