Ticket #834 (closed defect: fixed)
lw_collection_construct error
| Reported by: | aperi2007 | Owned by: | strk |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
On a postgres 9.0.3, postgis 2.0.0 trunk on a windows machine, executing this query:
select id, st_intersection(b.geom,st_exteriorring(a.geom)), b.geom from table_polygons as a, table_linestrings as b where a.id = b.id and st_containsproperly(a.geom,b.geom)=false and st_crosses(b.geom,a.geom)=true ;
I'm having these error:
ERROR: lwcollection_construct: mixed dimension geometries: 2/0
I see the geometries of the two tables "table_polygons", and "table_linestrings" are both valid for ST_IsValid().
Change History
Note: See
TracTickets for help on using
tickets.
