[Fdo-trac] [fdo-trac] #928: QueryFeatures Request fails when there are CurvePolygons in PostGIS table
FDO
trac_fdo at osgeo.org
Wed Feb 1 06:27:48 PST 2017
#928: QueryFeatures Request fails when there are CurvePolygons in PostGIS table
-------------------------+-------------------------------------------------
Reporter: andymorf | Owner: badreddinekaroui
Type: defect | Status: new
Priority: major | Milestone: 4.1.0
Component: | Version: 4.0.0
PostgreSQL Provider | Keywords: PostGIS, CurvePolygon,
Severity: 3 | CompoundCurve
External ID: |
-------------------------+-------------------------------------------------
If there are rows with CurvePolygons in a table, window requests fail
against PostgreSQLDriver/PostGIS.\\
Investigations show that ST_Intersects("geom", ...) is used which fails
itself with following error "ERROR: Unknown geometry type: 10 -
CurvePolygon".\\
If I replace with "ST_Intersects(ST_CurveToLine("geom"), ...) the requests
(Selection/MapTip) are working ok - but probably that's not a very elegant
way...\\
Otherwise, maybe PostGIS "ST_Intersects" could be patched to check if
curved geometries are passed in and to segmentize them if so.
--
Ticket URL: <https://trac.osgeo.org/fdo/ticket/928>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list