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

Serving tiles from a url on mvt-tippecanoe is not working #1506

Closed
doublebyte1 opened this issue Jan 18, 2024 · 1 comment
Closed

Serving tiles from a url on mvt-tippecanoe is not working #1506

doublebyte1 opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@doublebyte1
Copy link
Contributor

Description
The docs state that the mvt-tippecanoe provider can serve tiles from a data path on disk, or an url. However, when serving tippecanoe tiles from a url, it is not possible to publish tiles or generate tile metadata in the tilejson specification,

Steps to Reproduce

  • Render tippecanoe tiles and place them on a web server or a bucket
  • Configure pygeoapi to publish these tiles
            - type: tile
              name: MVT-tippecanoe
              data: http://localhost:3000/data/lakes/{z}/{x}/{y}.pbf
              options:
                bounds: [[-124.953634,-16.536406],[109.929807,66.969298]]
                zoom:
                    min: 0
                    max: 11
                schemes:
                    - WorldCRS84Quad
              format: 
                    name: pbf
                    mimetype: application/vnd.mapbox-vector-tile

Expected behavior
Both requests should return status code: 200.

@doublebyte1 doublebyte1 added the bug Something isn't working label Jan 18, 2024
@doublebyte1 doublebyte1 changed the title Serving tiles from a url on tippecanoe is not supported Serving tiles from a url on tippecanoe is not working Jan 18, 2024
@doublebyte1 doublebyte1 changed the title Serving tiles from a url on tippecanoe is not working Serving tiles from a url on mvt-tippecanoe is not working Jan 18, 2024
@doublebyte1 doublebyte1 self-assigned this Jan 18, 2024
@doublebyte1
Copy link
Contributor Author

#1507 addresses serving tiles from an url, but the metadata part is still not working. Maybe @PascalLike can have a look? (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant