DasBasti / IndiaNavi_Firmware

ESP32 firmware for Wander Navi outdoor navigation device
MIT License
17 stars 2 forks source link

Map: Zoom toggle not working #30

Closed DasBasti closed 2 years ago

DasBasti commented 2 years ago

Toggeling the zoom level is not working. The log shows this:

I (246358) GUI_MAP: Load //MAPS/14/8582/5582.RAW  to 0x3fff2c98
I (246408) GUI_MAP: Load //MAPS/14/8583/5581.RAW  to 0x3fff2c98
I (246458) GUI_MAP: Load //MAPS/14/8583/5582.RAW  to 0x3fff2c98
I (246508) GUI: rendering got restarted
I (246648) GUI_MAP: Load //MAPS/16/34329/22330.RAW  to 0x3fff2c98
I (246698) GUI_MAP: Load //MAPS/16/34329/22331.RAW  to 0x3fff2c98
I (246758) GUI_MAP: Load //MAPS/16/34330/22330.RAW  to 0x3fff2c98
I (246808) GUI_MAP: Load //MAPS/16/34330/22331.RAW  to 0x3fff2c98

Correct behavior should be to load 14 zoom level tiles.

DasBasti commented 2 years ago

fixed with an ugly hack. Need to be reevaluated for r2.