Skip to content

Fix vector tile indices when using tiles served by pygeoapi #193

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ThorodanBrom
Copy link

  • Change to /{z}/{y}/{x} which is OGC Tiles spec conformant

Related to issue #192 and geopython/pygeoapi#1989

- change to `/{z}/{y}/{x}` which is OGC Tiles spec conformant
@ThorodanBrom
Copy link
Author

I noticed that the QGIS example is commented out here - https://github.com/geopython/diving-into-pygeoapi/blob/main/workshop/content/docs/publishing/ogcapi-tiles.md?plain=1#L261-L290

When it is uncommented out, those qgis-vtiles-* images in https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/content/docs/assets/images that have the /{z}/{x}/{y} URL in the Connection options will have to be updated

@doublebyte1
Copy link
Contributor

I noticed that the QGIS example is commented out here - https://github.com/geopython/diving-into-pygeoapi/blob/main/workshop/content/docs/publishing/ogcapi-tiles.md?plain=1#L261-L290

When it is uncommented out, those qgis-vtiles-* images in https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/content/docs/assets/images that have the /{z}/{x}/{y} URL in the Connection options will have to be updated

Thank You @ThorodanBrom ! I have commented those, because the functionality was broken at the time. I think it is working now. Would you mind regenerating also these screenshots and uncommenting this section? 🙏🏽

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