[postgis-commits] svn - r3410 - trunk/loader

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Dec 15 05:36:56 PST 2008


Author: robe
Date: 2008-12-15 05:36:56 -0800 (Mon, 15 Dec 2008)
New Revision: 3410

Modified:
   trunk/loader/pgsql2shp.c
Log:
minor comment addition

Modified: trunk/loader/pgsql2shp.c
===================================================================
--- trunk/loader/pgsql2shp.c	2008-12-15 12:56:43 UTC (rev 3409)
+++ trunk/loader/pgsql2shp.c	2008-12-15 13:36:56 UTC (rev 3410)
@@ -1706,6 +1706,7 @@
 		 * We now create the appropriate shape (shp) file.
 		 * And set the shape creator function.
 		 */
+		 /**Create the prj file if we can **/
 		projsuccess = projFileCreate(shp_file, schema, table, geo_col_name);
 		geotype = getGeometryType(schema, table, geo_col_name);
 		if ( geotype == -1 ) return 0;



More information about the postgis-commits mailing list