[geos-commits] r3135 - in trunk: . include/geos/operation/sharedpaths src/operation/sharedpaths

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Nov 29 04:43:33 EST 2010


Author: strk
Date: 2010-11-29 01:43:32 -0800 (Mon, 29 Nov 2010)
New Revision: 3135

Modified:
   trunk/NEWS
   trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
   trunk/src/operation/sharedpaths/SharedPathsOp.cpp
Log:
Write RT credit and NEWS itam

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-11-29 09:34:59 UTC (rev 3134)
+++ trunk/NEWS	2010-11-29 09:43:32 UTC (rev 3135)
@@ -10,7 +10,8 @@
   - CAPI: GEOSPolygonize_full to return all informations computed by
           the polygonizer
   - CAPI: GEOSOrientationIndex
-  - PHP: new PHP5 bindings
+  - PHP: new PHP5 bindings 
+  - SharedPathsOp: find shared paths and their direction
 - C++ API changes:
   - Geometry::isWithinDistance method is now const
   - Polygonizer::getCutEdges returns by const ref

Modified: trunk/include/geos/operation/sharedpaths/SharedPathsOp.h
===================================================================
--- trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2010-11-29 09:34:59 UTC (rev 3134)
+++ trunk/include/geos/operation/sharedpaths/SharedPathsOp.h	2010-11-29 09:43:32 UTC (rev 3135)
@@ -15,6 +15,10 @@
  *
  * Last port: original work
  *
+ * Work done for Faunalia (http://www.faunalia.it) with fundings
+ * from Regione Toscana - Sistema Informativo per il Governo
+ * del Territorio e dell'Ambiente (RT-SIGTA).
+ *
  **********************************************************************/
 
 #ifndef GEOS_OPERATION_SHAREDPATHSOP_H

Modified: trunk/src/operation/sharedpaths/SharedPathsOp.cpp
===================================================================
--- trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2010-11-29 09:34:59 UTC (rev 3134)
+++ trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2010-11-29 09:43:32 UTC (rev 3135)
@@ -15,6 +15,10 @@
  *
  * Last port: original work
  *
+ * Work done for Faunalia (http://www.faunalia.it) with fundings
+ * from Regione Toscana - Sistema Informativo per il Governo
+ * del Territorio e dell'Ambiente (RT-SIGTA).
+ *
  **********************************************************************/
 
 #include <geos/operation/sharedpaths/SharedPathsOp.h>



More information about the geos-commits mailing list