-
Notifications
You must be signed in to change notification settings - Fork 2
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: WMTS Tile Grid & Source Projections #1046
Conversation
✅ Deploy Preview for eoxelements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Awesome, thank you! Could you maybe add one example story? I tested also WGS84 and seems to work fine:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for the updates!
@lubojr thanks, let me know if your linked PR needs any further adaptations |
It is fine and working for integration in eodash (I've tested pasting the exported layer from eodash to the storytelling deployed in the netlify deployment of this PR and it worked fine) Thanks again for the swift additions. |
Implemented changes
This PR brings the possibility to defined tile grids for WMTS sources as well as projections for sources, which could be relevant in this context.
To keep it simple, WMTS tile grid generation has been simplified to the bare minimum. Resolutions are created for all zoom levels, extent has to be defined on the layer level. XYZ tilegrid generation remains unchanged.
For now, this has only been tested for 3857 data, though other projections should work, as long as the projection is registered on the map.