We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up to the TiTiler instance created in #3621, establish how to visualize the 10m LULC dataset with that, and add it to the MMW-Tiler README.
Ideally we'd have a {z}/{x}/{y} style URL that we can GET with Leaflet, that will pull tiles from this collection https://api.impactobservatory.com/stac-aws/collections/io-10m-annual-lulc/items and show them in the right colors. The tiles would be mosaicked and rendered in Web Mercator.
{z}/{x}/{y}
In case this is more complex, requires preparatory POST calls or other dynamic information, document that as well.
Add a gif showing the tiles on a Leaflet map rendering on pan and zoom.
We should be able to:
The text was updated successfully, but these errors were encountered:
philvarner
No branches or pull requests
Following up to the TiTiler instance created in #3621, establish how to visualize the 10m LULC dataset with that, and add it to the MMW-Tiler README.
Ideally we'd have a
{z}/{x}/{y}
style URL that we can GET with Leaflet, that will pull tiles from this collection https://api.impactobservatory.com/stac-aws/collections/io-10m-annual-lulc/items and show them in the right colors. The tiles would be mosaicked and rendered in Web Mercator.In case this is more complex, requires preparatory POST calls or other dynamic information, document that as well.
Add a gif showing the tiles on a Leaflet map rendering on pan and zoom.
We should be able to:
The text was updated successfully, but these errors were encountered: