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

Postgis vector provider 189 #240

Merged
merged 17 commits into from
Sep 22, 2024
Merged

Postgis vector provider 189 #240

merged 17 commits into from
Sep 22, 2024

Conversation

Michad
Copy link
Owner

@Michad Michad commented Sep 19, 2024

Implements #189 with a provider that allows turning a (vector) postgis table into MVTs. This is the first provider that requires talking with a database and it quickly became apparent that it'd make 0 sense to have separate pools for every layer. So this also adds in a facility for defining shared database connections.

Breaking Changes: provider registrations now have an extra parameter (DatastoreRegistry) in the Initialize method

@Michad Michad marked this pull request as ready for review September 22, 2024 17:00
@Michad Michad merged commit 09b9bcc into main Sep 22, 2024
12 checks passed
@Michad Michad deleted the postgis-vector-189 branch September 28, 2024 19:58
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.

1 participant