Replies: 5 comments 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
-
I copied lots of mapsforge code and build a HillshadingTileSource First idea. Maybe some improvements and it could be implemented in vtm. |
Beta Was this translation helpful? Give feedback.
-
Nice work. I was also considering to leverage OpenGL ES shaders for hill shading but I have not made progress yet. |
Beta Was this translation helpful? Give feedback.
-
@ztNFny @jhotadhari @demiantres VTM hillshading from HGT digital elevation model data is implemented in pull request: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
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)
Beta Was this translation helpful? Give feedback.
All reactions