#896: CAPI functions do not preserve SRID
------------------------+---------------------------
 Reporter:  dbaston     |       Owner:  geos-devel@…
     Type:  defect      |      Status:  new
 Priority:  major       |   Milestone:  3.7.0
Component:  Default     |     Version:  3.6.2
 Severity:  Unassigned  |  Resolution:
 Keywords:              |
------------------------+---------------------------

Comment (by dbaston):

 To attempt to further clarify, I am proposing that C API functions be
 modified like this (from `GEOSUnaryUnion_r`):


 {{{
 GeomPtr g3 ( g->Union() );
 g3->setSRID( g->getSRID() ); // proposed modification
 return g3.release();
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/geos/ticket/896#comment:11>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite 
(JTS).
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to