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

Fix Z/M dimension URI via DB Manager. Fixes #34894 #45223

Merged
merged 2 commits into from
Sep 28, 2021

Conversation

lbartoletti
Copy link
Member

Description

As described in #34894 the DB Manager adds postgis layer with a wrong wkb type.

PostGIS records type like this:

WKT Type geomType geomDim
LineString LineString 2
LineStringZ LineString 3
LineStringM LineStringM 3
LineStringZM LineString 4

So we have to enforce the wkbtype in the uri

@github-actions github-actions bot added this to the 3.22.0 milestone Sep 23, 2021
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants