Blurred raster tiles VTM vs. Mapsforge #1027
Answered
by
devemux86
demiantres
asked this question in
Q&A
-
Raster tiles (such as OpenStreetMap tiles) at the same zoom level are rendered sharper with the Mapsforge engine than with the VTM engine: What could be the reason for this? OpenGL texture compression? |
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Apr 1, 2023
Replies: 1 comment 2 replies
-
(besides possible OpenGL reasons) VTM has fractional zoom, it works with absolute scale (double), the zoom is a derived value. The displayed VTM zoom 14.0 may not be the exact Mapsforge zoom 14 (absolute integer). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(besides possible OpenGL reasons)
VTM has fractional zoom, it works with absolute scale (double), the zoom is a derived value.
(see
MapPosition
for the math)The displayed VTM zoom 14.0 may not be the exact Mapsforge zoom 14 (absolute integer).