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: custom WMTS Capabilities Source #767

Merged
merged 8 commits into from
Mar 20, 2024
Merged

feat: custom WMTS Capabilities Source #767

merged 8 commits into from
Mar 20, 2024

Conversation

RobertOrthofer
Copy link
Contributor

@RobertOrthofer RobertOrthofer commented Mar 19, 2024

Implemented changes

This adds a custom ol-source from capabilities, as described in #602. The source extends the more basic TileImage-source, instead of the wmts-source, as private properties would need to be set in an async manner, as the definition of the source is based on the fetched capabilities document. Such functionality might be interesting for a proper ol-source in the future.

Fixtures have been provided to include a slimmed-down EOx-Capabilities document containing a single layer, as well as a jpeg of the cloudless-2017 layer.

Checklist before requesting a review

@RobertOrthofer RobertOrthofer changed the title feat: initial version of custom wmts capabilities feat: custom WMTS Capabilities Source Mar 19, 2024
@RobertOrthofer RobertOrthofer marked this pull request as ready for review March 19, 2024 16:58
@silvester-pari silvester-pari merged commit 0186a4f into main Mar 20, 2024
3 checks passed
@silvester-pari silvester-pari deleted the map/feat/wmts branch March 20, 2024 10:12
@silvester-pari silvester-pari linked an issue Mar 20, 2024 that may be closed by this pull request
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.

Create layer from capabilities xml
2 participants