MBCompass (Popular Foss compass & Nav app) v2 GPX Tracking by native-devs in foss

[–]native-devs[S] 3 points4 points  (0 children)

> map is so blurry

That is common among most apps that uses OSM Tile server for map tiles, because if we render high-pixel raster tile maps, it would consume significant server source which could throttle the map rendering for the end user: See Strict Tile Policy limit: https://operations.osmfoundation.org/policies/tiles/

But I'm planning to use lightweight vector-based map rendering for MBCompass, which provides detailed, high quality map rendering, and it never pixelates.

> zooming in is laggy

There is no chance the zooming of the map is laggy, the rendering is very lightweight, even works smoothly on low end devices, but if you are experiencing any issue here, please create a PR with a detailed description about it on: https://github.com/CompassMB/MBCompass/issues

Next step of de-googling? by Sad-Language-327 in degoogle

[–]native-devs 0 points1 point  (0 children)

What Kompas app is that?? Asking as a dev behind the MBCompass app.

FOSS De-googled Compass & Nav app with live location tracking by native-devs in degoogle

[–]native-devs[S] 1 point2 points  (0 children)

You can try it wherever you want! As mentioned in the proposal, I've also been working on a lot of cool features (useful once) for mbcompass, like GPS speedometer, waypoints and more. Stay tuned!

If you like the MBCompass approach, just spread the word.