Raster store refactoring - #36
Open
adam-ce wants to merge 69 commits into
Open
Conversation
Bundle URL patterns and Y direction with the built-in Basemap and Gataki providers. Replace layer, style, and coordinate-order flags with custom placeholder URLs and an optional legacy TMS Y direction. Keep downloaded files in Google/Mapbox Slippy layout and update URL-generation tests and documentation.
This reverts commit 7a384ff.
…der into raster-store
# Conflicts: # src/tile_downloader/TileDownloader.h # src/tile_downloader/main.cpp
# Conflicts: # src/sf_builder/raster.h # src/sf_builder/texture_assembler.h # src/terrainlib/uv/unwrap.cpp
# Conflicts: # src/CMakeLists.txt
# Conflicts: # src/CMakeLists.txt # src/dag_builder/main.cpp
# Conflicts: # src/sf_merger/cut.h # src/sf_merger/main.cpp # unittests/sf_merger/mask.cpp
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
extract data store components from SF/octree, to be reused in a raster fundamentalis.
also refactoring of data envelopes etc.
this is work in progress.