kylecorry31 / Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
https://kylecorry.com/Trail-Sense/
MIT License
1.15k stars 72 forks source link

Tile map image #1345

Open kylecorry31 opened 2 years ago

kylecorry31 commented 2 years ago

Rather than using the subsample image view, use a custom map tile layer (does basically the same logic). This will allow for rotation as well.

kylecorry31 commented 2 years ago

https://stackoverflow.com/questions/46327791/python-slippy-map-tile-generation

kylecorry31 commented 2 years ago

https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Resolution_and_Scale

kylecorry31 commented 1 year ago

This will also need to handle different projections

kylecorry31 commented 3 months ago

A temporary solution could be to create a version of the ImageDecoder in the image view which operates on a tile set rather than a single image.