[postgis-devel] [PostGIS] #1706: TopoGeo_AddPolygon not adding polygons

PostGIS trac at osgeo.org
Fri Mar 23 08:28:19 PDT 2012


#1706: TopoGeo_AddPolygon not adding polygons
----------------------+-----------------------------------------------------
 Reporter:  pramsey   |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by strk):

 Bingo, handled to syntetize the issue:
 {{{
 SELECT TopoGeo_AddLineString('city_data', 'LINESTRING(20 20, 20 10, 10 10,
 9 12, 10 20)');
 SELECT TopoGeo_addLineString('city_data', 'LINESTRING(10 0, 10 10, 15 10,
 20 10)', 4);
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1706#comment:11>
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