[postgis-commits] svn - r2711 - in trunk: . lwgeom regress

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Oct 22 17:19:55 PDT 2007


Author: pramsey
Date: 2007-10-22 17:19:54 -0700 (Mon, 22 Oct 2007)
New Revision: 2711

Modified:
   trunk/CREDITS
   trunk/lwgeom/lwgeom_kml.c
   trunk/regress/kml.sql
Log:
KML credits patch <yecarrillo>



Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS	2007-10-10 21:27:51 UTC (rev 2710)
+++ trunk/CREDITS	2007-10-23 00:19:54 UTC (rev 2711)
@@ -51,7 +51,7 @@
   Obe, Regina <robe.dnd at cityofboston.gov> with -k switch for pgsql2shp.
 
 Version 1.2.1 of PostGIS includes patches from:
-  Eduin Carrillo <yecarrillo at yahoo.com> for AsKML() and Transform() 
+  Eduin Carrillo <yecarrillo at cas.gov.co> for AsKML() and Transform() 
   short circuit.
 
 See the postgis manual for more contributors.

Modified: trunk/lwgeom/lwgeom_kml.c
===================================================================
--- trunk/lwgeom/lwgeom_kml.c	2007-10-10 21:27:51 UTC (rev 2710)
+++ trunk/lwgeom/lwgeom_kml.c	2007-10-23 00:19:54 UTC (rev 2711)
@@ -10,7 +10,9 @@
  *
  **********************************************************************
  *
- * KML output routines.
+ * KML output routines based on  lwgeom_gml.c
+ * Written by: Eduin Carrillo <yecarrillo at cas.gov.co>
+ *             © 2006 Corporacion Autonoma Regional de Santander - CAS
  *
  **********************************************************************/
 

Modified: trunk/regress/kml.sql
===================================================================
--- trunk/regress/kml.sql	2007-10-10 21:27:51 UTC (rev 2710)
+++ trunk/regress/kml.sql	2007-10-23 00:19:54 UTC (rev 2711)
@@ -1,8 +1,7 @@
-/* Tests for KML producer
- * Regression tests for AsKML() function (PostGIS > 1.2)
- * http://postgis.refractions.net/pipermail/postgis-devel/2006-December/002376.html
- * yecarrillo at gmail.com
- */
+-- Regression tests for KML producer
+-- Written by: Eduin Carrillo <yecarrillo at cas.gov.co>
+--             © 2006 Corporacion Autonoma Regional de Santander - CAS
+-- http://postgis.refractions.net/pipermail/postgis-devel/2006-December/002376.html
 
 -- SPATIAL INFO NO AVAILABLE
 SELECT AsKML(GeomFromEWKT('SRID=1021892;POINT(1000000 1000000)'));



More information about the postgis-commits mailing list