[postgis-devel] [PostGIS] #1045: TopologyException if I don't use ST_Dump to resolve single geometries before I do ST_Intersection

PostGIS trac at osgeo.org
Sat Sep 17 12:08:14 PDT 2011


#1045: TopologyException if I don't use  ST_Dump to resolve single geometries
before I do ST_Intersection
-------------------------------------------------------+--------------------
 Reporter:  laopsahl                                   |       Owner:  pramsey      
     Type:  defect                                     |      Status:  new          
 Priority:  medium                                     |   Milestone:  PostGIS 1.5.4
Component:  postgis                                    |     Version:  trunk        
 Keywords:  TopologyException ST_intersection ST_Dump  |  
-------------------------------------------------------+--------------------

Comment(by laopsahl):

 Here is the add add geometry collumns

 insert into geometry_columns
 values('','tmp_test2','dekning_omr_flate','geo',2,4258,'POLYGON');
 insert into geometry_columns
 values('','tmp_test2','union_bestand_flate_covered','geo',2,4258,'POLYGON');
 insert into geometry_columns
 values('','tmp_test2','union_bestand_flate_covered','bestand_flate_covered',2,4258,'POLYGON');
 insert into geometry_columns
 values('','tmp_test2','satskog_landsdekkende_flate','geo',2,4258,'POLYGON');

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1045#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list