danwelch3
danwelch3
Exactly. This can be accomplished by changing line 509 in MapFragment.kt as follows. fun loadOnlineTileSourceBase(): ITileSource { val id = mPrefs.getInt(mapStyleId, 0) debug("mapStyleId from prefs: $id") return CustomTileSource.getTileSource(id).also { map.maxZoomLevel...
I've signed the CLA. In the past I had issues with it showing, so let me know if it worked this time.
Thanks for pointing that out. I signed the CLA with the other account now.
Additional changes have been made to work towards making these compass features available to non RAK & BMX160 devices. These include moving calibration routines into the MotionModule as well as...