[postgis-tickets] [PostGIS] #2435: ST_Summary regress difference between 2.0.3 and 2.1.0

PostGIS trac at osgeo.org
Thu Aug 15 17:44:44 PDT 2013


#2435: ST_Summary regress difference between 2.0.3 and 2.1.0
---------------------------+------------------------------------------------
 Reporter:  robe           |       Owner:  robe         
     Type:  defect         |      Status:  new          
 Priority:  medium         |   Milestone:  PostGIS 2.1.0
Component:  documentation  |     Version:  2.1.x        
 Keywords:                 |  
---------------------------+------------------------------------------------
Changes (by robe):

  * owner:  pramsey => robe
  * component:  postgis => documentation


Comment:

 I'm guessing this is strk's handy work.  I see the same issue with
 geometry.
 {{{
  SELECT ST_Summary('SRID=4326;MULTIPOINT(-10 40,-10 55,-10 70,5 40,5 55,5
 70,20 40,20 55,20 70,35 40,35 55,35 70,50 40,50 55,50 70)'::Geometry)
 }}}

 2.1.0 gives:


 {{{
 MultiPoint[BS] with 15 elements
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
 }}}

 and 2.0.3 gives

 {{{
 MultiPoint[B] with 15 elements
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
   Point[]
 }}}

 I'll just switch this to a documentation bug and assume S means has a
 known spatial ref.

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