-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update dependencies to work with Titiler 0.15 #109
base: master
Are you sure you want to change the base?
Conversation
Hi @davenquinn FYI, right now we are focusing our effort on tipg which is a replacement for |
Yeah I assumed as much. We will likely move to TiPG or similar soon, but I chose to make this work in the nearest term just to have something to demo without breaking too much. And to make the pull request in case anyone has similar needs. I foresee, to the extent we need TiMVT code, just pulling bits of the library into our application. Which makes going down this path useful in the near term. This work is for UW-Macrostrat/tileserver, which will soon be the primary tileserver for https://macrostrat.org/map |
@davenquinn Understand, I've added docs to show how to create a There might be some slight difference with the endpoint and settings but we hope it's also faster than timvt 😉 |
* pydantic-v2: Hack to ensure that env file isn't checked by Pydantic
* pydantic-v2: Hack to ensure that env file isn't checked by Pydantic
* pydantic-v2:
Here, we attempt to bring the application into alignment with Pydantic v2 and Morecantile v5.
This will allow Titiler and TiMVT to coexist in the same application.