[postgis-tickets] [PostGIS] #2431: Regression failure from 2.0.3-2.1.0 ST_Distance

PostGIS trac at osgeo.org
Thu Aug 15 11:32:15 PDT 2013


#2431: Regression failure from 2.0.3-2.1.0 ST_Distance
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by nicklas):

 What has happened is that distance calculation before used the global
 function to tell if a geometry is a collection, which included
 polyhedralsurface. Then the polyhedralsurface was taken apart into
 polygons that can be handled.

 In r11219, because of added curve support to the distance calculations
 Paul put a collection test only for the distance calculations, that
 doesn't include polyhedralsurface.

 Is that intentional?

 I haven't studied the details, but if the function that takes apart
 collections isn't changed I guess it is just to add polyhedralsurface in
 the list on collections and it should work as before.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2431#comment:2>
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-tickets mailing list