You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a TopoGeometry layer from the layers browser an error is printed, like:
Layer face_attributes.omrade: ERROR: column "topo_ar5ngis"."face_attributes"."omrade" must be a geometry or geography
This comes from QGIS query running ST_EstimatedExtent against those columns, whereas such function doesn't exist yet:
src/providers/postgres/qgspostgresconn.cpp:1562 : (PQexec) [21231ms] 2025-02-13T15:45:50 PostGIS[1] Erroneous query: SELECT st_estimatedextent('topo_ar5ngis','face_attributes','omrade') returned 7 [ERROR: column "topo_ar5ngis"."face_attributes"."omrade" must be a geometry or geography
Steps to reproduce the issue
Use the layers browser to select a TopoGeometry layer, in an empty project.
What is the bug or the crash?
When opening a TopoGeometry layer from the layers browser an error is printed, like:
This comes from QGIS query running ST_EstimatedExtent against those columns, whereas such function doesn't exist yet:
Steps to reproduce the issue
Use the layers browser to select a TopoGeometry layer, in an empty project.
Versions
3.41.0-Master
278eb796fc9
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: