Emux
Emux
Being developer of [Mapsforge](https://github.com/mapsforge/mapsforge) and [VTM](https://github.com/mapsforge/vtm) multiplatform vector map libraries, we use AndroidSVG in the Android map modules. I'm thinking if it would be possible somehow to use its core...
### Discussed in https://github.com/mapsforge/mapsforge/discussions/1436 Originally posted by **moving-bits** August 18, 2023 We have quite a lot of crashes in c:geo with strack trace pointing from native lib to Mapsforge, but...
### Describe your problem! There is a report in OpenAndroMaps forum about c:geo and Velocity theme not working: https://www.openandromaps.org/en/oam-forums/topic/voluntary-uk/page/13#post-55135 I tested Voluntary / Velocity themes with Cruiser (latest VTM) and...
When we make a new install of BRouter, we must first start BRouter once to select its data base dir. Then we can call it from other apps, download BRouter...
Hi Paul, I try ogr2osm with a large shp file of a country detailed road network and python stops at 'Parsing data' with 'MemoryError'. The shp file has size: shp...
OkHttp 3
Since client-hc uses OkHttp 3, is there a reason why directions-api-clients/java is still with OkHttp 2? It's a bit inconvenient (specially on Android) to include double similar http libs, if...
Using the alternative API client to perform online routing and then produce gpx from the result, fails with: ```java java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String com.graphhopper.util.Translation.tr(java.lang.String, java.lang.Object[])' on a...
`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...
See https://github.com/mapsforge/mapsforge/pull/1372. - [ ] Implement in VTM themes - [ ] Support Mapsforge themes
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