Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hill shading improvements#1537

Merged
devemux86 merged 1 commit into
mapsforge:masterfrom
Sublimis:hillshading-02
Sep 16, 2024
Merged

Hill shading improvements#1537
devemux86 merged 1 commit into
mapsforge:masterfrom
Sublimis:hillshading-02

Conversation

@Sublimis
Copy link
Copy Markdown
Contributor

  • Fix inefficiencies due to lack of proper synchronization in HgtCache that lead to race conditions and extra redundant work being done by more than one thread
  • Fix inefficiencies due to lack of proper synchronization in MemoryCachingHgtReaderTileSource that lead to race conditions and extra redundant work being done and/or redundant objects created by more than one thread
  • Ability to use DEM data directly from ZIP archives containing many HGT files; also implemented for Android SAF (storage access framework)
  • Misc. smaller improvements

* Fix inefficiencies due to lack of proper synchronization in `HgtCache` that lead to race conditions and extra redundant work being done by more than one thread
* Fix inefficiencies due to lack of proper synchronization in `MemoryCachingHgtReaderTileSource` that lead to race conditions and extra redundant work being done and/or redundant object created by more than one thread
* Ability to use DEM data directly from ZIP archives containing many HGT files; also implemented for Android SAF (storage access framework)
* Misc. smaller improvements
@Sublimis Sublimis changed the title Hill shading algorithms improvements Hill shading improvements Sep 15, 2024
@devemux86 devemux86 added this to the 0.22.0 milestone Sep 16, 2024
@devemux86 devemux86 merged commit 89d9830 into mapsforge:master Sep 16, 2024
@devemux86
Copy link
Copy Markdown
Collaborator

@Sublimis thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants