[GRASSweb-list]markus: web/grass51/tutorial demo.html,1.10,1.11 ex_complex.html,1.7,1.8 geom_storage.html,1.16,1.17
grass at intevation.de
grass at intevation.de
Thu Jul 31 05:19:51 EDT 2003
Author: markus
Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv29682
Modified Files:
demo.html ex_complex.html geom_storage.html
Log Message:
postgisdb -> pg.postgisdb
Index: demo.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/demo.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- demo.html 31 May 2003 19:23:05 -0000 1.10
+++ demo.html 31 Jul 2003 09:19:49 -0000 1.11
@@ -160,7 +160,7 @@
v.in.ascii in=big out=big
v.info big
d.vect big
-postgisdb -c pgis -h pgserver.itc.it -U postgres -G ./
+pg.postgisdb -c pgis -h pgserver.itc.it -U postgres -G ./
</pre></div>
Next we have to define the PostGRASS connection:
Index: ex_complex.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/ex_complex.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ex_complex.html 31 May 2003 19:23:05 -0000 1.7
+++ ex_complex.html 31 Jul 2003 09:19:49 -0000 1.8
@@ -52,7 +52,7 @@
convert the old 5.0 'streams' map to 5.1 native format.
<div class="code"><pre>
-postgisdb -c spearfish -h grass.itc.it -U postgres -G ./
+pg.postgisdb -c spearfish -h grass.itc.it -U postgres -G ./
v.convert input=streams at PERMANENT output=streams
</pre></div>
The category labels are automatically written to a new DBF file.
Index: geom_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/geom_storage.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- geom_storage.html 19 Jun 2003 14:38:40 -0000 1.16
+++ geom_storage.html 31 Jul 2003 09:19:49 -0000 1.17
@@ -194,7 +194,7 @@
the file postgis.sql in the current directory):
<div class="code"><pre>
-postgisdb -c botswanaUTM34 -h pgserver.itc.it -U postgres -G ./
+pg.postgisdb -c botswanaUTM34 -h pgserver.itc.it -U postgres -G ./
</pre></div>
Next we have to create a 'frmt' file which defines the PostGRASS connection
More information about the grass-web
mailing list