-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support HGT for offline hillshading #1101
Comments
It could work with a new offline bitmap tile source, with bitmap tiles generated from the hillshading data. This can be combined with any existing map source, like when using online hillshading bitmap tile source. |
I copied lots of mapsforge code and build a HillshadingTileSource First idea. Maybe some improvements and it could be implemented in vtm. |
Nice work. I was also considering to leverage OpenGL ES shaders for hill shading but I have not made progress yet. |
OpenGL has many problems, rendering artifacts and even fails to run. Mapsforge is the recommended map library, now with map rotation and new hill shading: |
Unlike mapsforge vtm currently supports only online-sources for hillshading (e.g. MapilionMvtActivity.java). It'd be nice to have support for HGT format hillshading information to enable offline hillshading as well
Originally posted by @devemux86 in #197 (comment)
The text was updated successfully, but these errors were encountered: