Conversation
| return result | ||
|
|
||
|
|
||
| # /tiles endpoint compat with titiler<0.15, Optional `tileMatrixSetId` |
There was a problem hiding this comment.
I've added this because I thought we needed default WebMercatorQuad tilematrixset back.
We can remove if not needed
There was a problem hiding this comment.
Let's keep it, I see in our logs that we do have callers that request tiles without a TMS in the path.
For others, you can verify with this query in pc-api-appinsights:
ProductionRequests
| where name == "GET" and service == "tiler"
| where not(url has "/preview.png")
| where url has "item/tiles" and not(url has "tiles/WebMercatorQuad")| def tile_routes( # type: ignore | ||
| request: Request, | ||
| search_id=Depends(pgstac_mosaic_factory.path_dependency), | ||
| tile=Depends(TmsTileParams), |
There was a problem hiding this comment.
TmsTileParams is not used anymore in titiler-pgstac so it might disappear 🙈
|
The CI/CD pipeline for this repo is functional. Once you pass the pipeline and merge this into main, it will be deployed and available at |
|
I have edited the settings to allow your commits to run CI/CD automatically. |
7eab044 to
f6ee228
Compare
|
@ghidalgo3 could you help me debug the azurite error message 🙏 |
There was a problem hiding this comment.
@vincentsarago do you know why all of these requirement versions got bumped? I created a branch off of your branch to work on telemetry and when I ran ./scripts/generate-requirements the pinned versions all got bumped back to match the main branch 🤔
There was a problem hiding this comment.
I usually delete the previous files and re-generate from scratch (I think I had issues before trying to update the files in place)
This PR does:
TODO