[postgis-tickets] [PostGIS] #2588: GeometryCollection constructor parse defect for sub geometries (POINTM, POLYGONM, ...) of GEOMETRYCOLLECTIONM

PostGIS trac at osgeo.org
Thu Dec 26 14:05:23 PST 2013


#2588: GeometryCollection constructor parse defect for sub geometries
(POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM
------------------------------------------------------+---------------------
 Reporter:  bergun                                    |       Owner:  delawen      
     Type:  defect                                    |      Status:  new          
 Priority:  medium                                    |   Milestone:  PostGIS 2.2.0
Component:  java                                      |     Version:  trunk        
 Keywords:  GEOMETRYCOLLECTIONM jdbc POINTM POLYGONM  |  
------------------------------------------------------+---------------------

Comment(by bergun):

 I have attached patch which resolves the issue. The subgeoms outerWKT
 method was called with haveM false I changed them to true. This change was
 introduced with changeset 1417. When I make this change all the outerWKT
 is called with haveM true within the jdbc postgis project. And it looks
 like there is no need for 2 signature for outerWKT method. But I keep it
 as it is for backward compatibility. Our problem datanucleus unit test is
 now running as expected.

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