moving-bits

Results 732 comments of moving-bits

Wouldn't be the app supporting a nav link sufficient for this? IIRC we need to create an app-specific navigation app in c:geo (see folder `apps/navi`) to get the app listed...

Ok, this discussion got somewhat distracted from the original point - waypoints getting changed into "coords only" type, therefore no longer being able to be deleted except via route sort...

Needs to be fixed, but as a workaround you can reverse the workflow: - go to home screen - select pocket queries or bookmark lists - select a query/list to...

There are some samples for Android apps under https://github.com/mapsforge/mapsforge/tree/master/mapsforge-samples-android/src/main/java/org/mapsforge/samples/android, and you can contact the devs via their mailing list [email protected]

> @moving-bits looking at PRs it seems you've implemented most SAF stuff in c:geo. 99% of SAF was implemented by @eddiemuc actually. He also added some PR to mapsforge to...

No, and I'm not sure if there will ever be, as current map implementation is quite "grown" over the years, having many dependencies and interconnections. But: We are currently working...

Getting a "java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: Handshake failed" on retrieving "https://ftp.gwdg.de/pub/misc/openstreetmap/openandromaps/mapsV5/" (which is the overview page for the OpenAndroMap map ftp server). - The themes are delivered by a different server.

We had something similar, probably, with the lifecycle libs, where kotlin and java versions of the same lib had different version numbers. We were able to resolve this by explicitly...

Sneak preview: I'm working on a unified map approach integrating Google Maps v2 API and Mapsforge VTM. This is intended to ultimately replace both `CGeoMap` and `NewMap`. Benefits I'm striving...