Removed the zoom level offset hack
commit97b61451b1a9f8d1f88207bf277d9bcca198c3bb
authorMartin Tůma <tumic@cbox.cz>
Tue, 8 Aug 2023 23:12:42 +0000 (9 01:12 +0200)
committerMartin Tůma <tumic@cbox.cz>
Tue, 8 Aug 2023 23:12:42 +0000 (9 01:12 +0200)
tree00e7366bf73f1eb12f64062a4b0455eda2626946
parent092c56468ccb08af7c0fc839d2f86aaed300ee49
Removed the zoom level offset hack

In the Mapsforge library the offset is dependent on the tile size which is
in turn dependent on whether the tiles are hidpi or not. In other words
the Mapsforge library is broken and inconsistent between hidpi/non-hdpi
displays. GPXSee is consistent here and we have thus tochoose one zoom level
mapping (i.e. what zoom level corresponds to what resolution). Lets choose
"no offset" = more details on a given zoom level/resolution.
src/map/mapsforge/rastertile.h