[GRASS-SVN] r48303 - sandbox/martinl/v.topo.pg.out

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 15 06:24:31 EDT 2011


Author: martinl
Date: 2011-09-15 03:24:30 -0700 (Thu, 15 Sep 2011)
New Revision: 48303

Added:
   sandbox/martinl/v.topo.pg.out/v.topo.pg.out.html
Removed:
   sandbox/martinl/v.topo.pg.out/v.topo.to.postgis.html
Modified:
   sandbox/martinl/v.topo.pg.out/Makefile
   sandbox/martinl/v.topo.pg.out/main.c
Log:
v.topo.pg.out rename done


Modified: sandbox/martinl/v.topo.pg.out/Makefile
===================================================================
--- sandbox/martinl/v.topo.pg.out/Makefile	2011-09-15 10:23:30 UTC (rev 48302)
+++ sandbox/martinl/v.topo.pg.out/Makefile	2011-09-15 10:24:30 UTC (rev 48303)
@@ -1,7 +1,7 @@
 
 MODULE_TOPDIR = ../..
 
-PGM=v.topo.to.postgis
+PGM=v.topo.pg.out
 
 LIBES = $(VECTORLIB) $(GISLIB) $(PQLIB) $(DBMILIB)
 DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIDEP)

Modified: sandbox/martinl/v.topo.pg.out/main.c
===================================================================
--- sandbox/martinl/v.topo.pg.out/main.c	2011-09-15 10:23:30 UTC (rev 48302)
+++ sandbox/martinl/v.topo.pg.out/main.c	2011-09-15 10:24:30 UTC (rev 48303)
@@ -1,7 +1,7 @@
 
 /***************************************************************
  *
- * MODULE:       v.topo.to.postgis
+ * MODULE:       v.topo.pg.out
  * 
  * AUTHOR(S):    Martin Landa <landa.martin gmail.com>
  *               

Copied: sandbox/martinl/v.topo.pg.out/v.topo.pg.out.html (from rev 48302, sandbox/martinl/v.topo.pg.out/v.topo.to.postgis.html)
===================================================================
--- sandbox/martinl/v.topo.pg.out/v.topo.pg.out.html	                        (rev 0)
+++ sandbox/martinl/v.topo.pg.out/v.topo.pg.out.html	2011-09-15 10:24:30 UTC (rev 48303)
@@ -0,0 +1,13 @@
+<h2>DESCRIPTION</h2>
+
+<em>v.topo.to.postgis</em> converts GRASS topology to the structure
+compatible
+with <a href="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS
+Topology</a>.
+
+<h2>AUTHORS</h2>
+
+Martin Landa
+
+<p>
+<i>Last changed: $Date$</i>

Deleted: sandbox/martinl/v.topo.pg.out/v.topo.to.postgis.html
===================================================================
--- sandbox/martinl/v.topo.pg.out/v.topo.to.postgis.html	2011-09-15 10:23:30 UTC (rev 48302)
+++ sandbox/martinl/v.topo.pg.out/v.topo.to.postgis.html	2011-09-15 10:24:30 UTC (rev 48303)
@@ -1,13 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>v.topo.to.postgis</em> converts GRASS topology to the structure
-compatible
-with <a href="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS
-Topology</a>.
-
-<h2>AUTHORS</h2>
-
-Martin Landa
-
-<p>
-<i>Last changed: $Date$</i>



More information about the grass-commit mailing list