vtm
vtm copied to clipboard
OpenGL vector map library - running on Android, iOS, Desktop and browser.
`Couldn't load shared library 'libvtm-jniarm64.dylib' for target: Mac OS X, ARM, 64-bit` We probably need to create new desktop VTM native libraries for Mac OS (x64 + arm64). (gdx-platform natives-desktop...
Unlike mapsforge vtm currently supports only online-sources for hillshading (e.g. MapilionMvtActivity.java). It'd be nice to have support for HGT format hillshading information to enable offline hillshading as well > VTM...
With Mapsforge VTM releases 0.18, 0.19, and 0.20 I am seeing triangulation issues with multiple map files. We develop on Android so the screenshots below are from an Andoid app....
Hello When two natural areas overlap, one does not appear on vtm but does on mapsforge:   - Application used: Cruiser 3.0.7 - The map used: Arab-Peninsular - 2023-01-06...
Possible, something wrong with `VtmThemes.MAPZEN` but the screen is here:  `NextzenGeojsonTileSource` is used. Some parts of roads affected. Different zoom levels show the bug.
The following statement renders an outline (framing) for an area in Mapforge (see 'stroke-with' parameter): `` The same statement in VTM leads to nothing or nearly (?) nothing. Mapsforge: ...
See https://github.com/mapsforge/mapsforge/pull/1372. - [ ] Implement in VTM themes - [ ] Support Mapsforge themes
The Mapsforge renderer supports drawing of symbols with an offset (red dots in this example):  The Mapsforge renderer calculates an offset path in the "RendererUtils,parallelPath" method. I am currently...
When moving the map, VTM is lagging and map movements are performed delayed. To me it seems like the whole VTM rendering is done on main thread (?) I'm using...
VTM does not run on 16 KB page size based Android 15. _**It probably needs to rebuild the native libraries for Android.**_ - https://developer.android.com/guide/practices/page-sizes - https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html