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

feat(tiles): support collection-level OGC API tiles (geodata tiles). #223

Merged
merged 15 commits into from
Aug 27, 2024

Conversation

rkettelerij
Copy link
Collaborator

@rkettelerij rkettelerij commented Aug 16, 2024

Description

Until now we only supported dataset tiles on /tiles endpoint. This PR adds geodata tiles. These live at the collection-level. So now we also have /collections/<name>/tiles. Both are optional so you can use only dataset tiles, only collection-level tiles or both. All JSON/TileJSON/HTML representations are changed to support this feature.

Type of change

  • New feature

Checklist:

  • I've double-checked the code in this PR myself
  • I've left the code better than before (boy scout rule)
    • remove duplicated projection (EPSG) definitions
    • all templates (also with params) will be validated during startup.
  • The code is readable, comments are added that explain hard or non-obvious parts.
  • I've expanded/improved the (unit) tests, when applicable
  • I've run (unit) tests that prove my solution works
  • There's no sensitive information like credentials in my PR

@rkettelerij rkettelerij marked this pull request as ready for review August 27, 2024 11:16
@rkettelerij rkettelerij merged commit 12c52b6 into master Aug 27, 2024
5 checks passed
@rkettelerij rkettelerij deleted the collection-tiles branch August 27, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants