[GRASS-SVN] r30230 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 18 07:31:39 EST 2008
Author: neteler
Date: 2008-02-18 07:31:39 -0500 (Mon, 18 Feb 2008)
New Revision: 30230
Modified:
grass/trunk/vector/v.in.ogr/description.html
Log:
better use 'location' parm
Modified: grass/trunk/vector/v.in.ogr/description.html
===================================================================
--- grass/trunk/vector/v.in.ogr/description.html 2008-02-18 12:30:31 UTC (rev 30229)
+++ grass/trunk/vector/v.in.ogr/description.html 2008-02-18 12:31:39 UTC (rev 30230)
@@ -197,10 +197,8 @@
<i>"ERROR: Projection of dataset does not appear to match the current location."</i><br>
You need to create a location whose projection matches the data you
-wish to import. Try using <em>g.proj</em> with the <em>-c</em> flag and the
-<em>location=</em> and <em>georef=</em> options to create a new location based
-upon the projection information in the file. You should then be able to import the
-file into that location with <em>v.in.ogr</em>. If desired, you can then re-project
+wish to import. Try using <em>location</em> parameter to create a new location based
+upon the projection information in the file. If desired, you can then re-project
it to another location with <em>v.proj</em>.
<H2>REFERENCES</H2>
@@ -213,7 +211,6 @@
<em>
<a HREF="db.connect.html">db.connect</a>,
-<a href="g.proj.html">g.proj</a>,
<a HREF="v.clean.html">v.clean</a>,
<a HREF="v.build.polylines.html">v.build.polylines</a>,
<a HREF="v.edit.html">v.edit</a>,
More information about the grass-commit
mailing list