Hill shading improvements and optimizations by Sublimis · Pull Request #1605 · mapsforge/mapsforge
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 395
Conversation
- General hill shading performance improvements
- Adaptive hill shading algorithm performance improvements, especially on lower zoom levels
- Adaptive hill shading algorithm additional options:
- You can set a custom quality scale factor which can be useful for improving hill shading performance on (very) high dpi devices. Please see
setCustomQualityScale(double)fore more info. - You can override the algorithm's decisions about the minimum/maximum supported zoom levels for hill shading using
setZoomMinOverride(int)andsetZoomMaxOverride(int). By default the algorithm decides on the supported zoom levels depending on the input resolution and display parameters, so this is usually not needed.
- You can set a custom quality scale factor which can be useful for improving hill shading performance on (very) high dpi devices. Please see
I can do a release next month, so all users can use the new features.
@Sublimis Or is there more work to be submitted?
@Sublimis Or is there more work to be submitted?
That's it for the foreseeable future.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters