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

Add Support for Additional Well Known Tile Matrix Sets in LayerTMS #203

Open
notthatbreezy opened this issue Feb 11, 2020 · 0 comments
Open

Comments

@notthatbreezy
Copy link
Contributor

Right now LayerTMS generates a function that takes 3 integers and outputs a tile -- I think it would be good if this was extended to include allowing for a Well Known Tile Matrix Set.

There are currently 8 of them. Right now we actually already support one - the google maps compatible one - so we could make this change without having to worry about adding additional support/changes in that respect.

Alternatively, I could see this being a client/implementation specific detail - since one could provide a different TMSReification based on what it wants to support and pattern match which one to use at the route level.

The reason I'm bringing this up is because we're inching ever-closer to adding TMS support to Franklin for STAC and one thing that's clear from the OGC specs on tiles/maps is support for TileMatrixSets.

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

2 participants