vtm

OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.

License

License

GroupId

GroupId

org.microg
ArtifactId

ArtifactId

vtm-android
Last Version

Last Version

0.9.1-mod
Release Date

Release Date

Type

Type

jar
Description

Description

vtm
OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.
Project URL

Project URL

https://github.com/mapsforge/vtm
Source Code Management

Source Code Management

https://github.com/mapsforge/vtm

Download vtm-android

How to add to project

<!-- https://jarcasting.com/artifacts/org.microg/vtm-android/ -->
<dependency>
    <groupId>org.microg</groupId>
    <artifactId>vtm-android</artifactId>
    <version>0.9.1-mod</version>
</dependency>
// https://jarcasting.com/artifacts/org.microg/vtm-android/
implementation 'org.microg:vtm-android:0.9.1-mod'
// https://jarcasting.com/artifacts/org.microg/vtm-android/
implementation ("org.microg:vtm-android:0.9.1-mod")
'org.microg:vtm-android:jar:0.9.1-mod'
<dependency org="org.microg" name="vtm-android" rev="0.9.1-mod">
  <artifact name="vtm-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microg', module='vtm-android', version='0.9.1-mod')
)
libraryDependencies += "org.microg" % "vtm-android" % "0.9.1-mod"
[org.microg/vtm-android "0.9.1-mod"]

Dependencies

compile (1)

Group / Artifact Type Version
org.microg : vtm jar 0.9.1-mod

runtime (2)

Group / Artifact Type Version
com.caverock : androidsvg jar 1.2.2-beta-1
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.

Maven Central Build Status License: LGPL v3

V™

VTM (Vector Tile Map) was developed within the OpenScienceMap project.

This fork continues VTM development and provides compatibility with Mapsforge.

See the integration guide and changelog. And read through how to contribute guidelines.

If you have any questions or problems, don't hesitate to ask our public forum for help.

Features

  • Java map library
  • OpenGL vector-tile rendering
  • Themeable vector layers (render themes)
  • Support for multiple tile sources:
    • OpenScienceMap vector tiles
    • Mapsforge vector maps
    • MBTiles vector & raster maps
    • Mapbox vector tiles (e.g. Mapilion, Mapzen, Nextzen, OpenMapTiles)
    • GeoJSON vector tiles (e.g. Mapzen, Nextzen)
    • Raster tiles: any quadtree-scheme tiles as texture
  • Backends:

Projects

  • vtm core library
  • vtm-android Android backend
  • vtm-android-example Android examples
  • vtm-gdx common libGDX backend
  • vtm-android-gdx Android libGDX backend
  • vtm-desktop Desktop libGDX backend
  • vtm-desktop-lwjgl Desktop LWJGL backend
  • vtm-desktop-lwjgl3 Desktop LWJGL 3 backend
  • vtm-playground Desktop examples
  • vtm-ios iOS libGDX backend
  • vtm-ios-example iOS examples
  • vtm-web HTML5/GWT libGDX backend
  • vtm-web-app HTML5/GWT application

WebGL Demo

OpenScienceMap view of Bremen.

  • Hold right mouse button to change view direction.

Applications

Maps

Credits

This library contains code from several projects:

License

VTM library is under LGPL v3 license, 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 VTM library in your Android application, without making your application open source.

Screenshots

Android iOS
Desktop
Desktop
Browser
Browser

Versions

Version
0.9.1-mod