Skip to content
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

Remove default TileMatrixSetId in 0.19 #801

Open
vincentsarago opened this issue Mar 21, 2024 · 0 comments
Open

Remove default TileMatrixSetId in 0.19 #801

vincentsarago opened this issue Mar 21, 2024 · 0 comments

Comments

@vincentsarago
Copy link
Member

vincentsarago commented Mar 21, 2024

in order to align with the OGC Tiles specification, we have to remove the default tilematrixset in the endpoints

# Now
/cog/tiles/{z}/{x}/{y} 

# Future
/cog/tiles/WebMercatorQuad/{z}/{x}/{y} 

This is quite a breaking change but it will makes things a bit more clean in the code IMO

ref #546

@vincentsarago vincentsarago added enhancement New feature or request breaking change labels Mar 21, 2024
@vincentsarago vincentsarago changed the title Depreciate non /tileMatrixSetId prefixed endpoints Remove default TileMatrixSetId Mar 21, 2024
@vincentsarago vincentsarago changed the title Remove default TileMatrixSetId Remove default TileMatrixSetId in 0.19 Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant