[GRASS-SVN] r58694 - grass/trunk/vector/v.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 13 00:24:07 PST 2014
Author: mmetz
Date: 2014-01-13 00:24:06 -0800 (Mon, 13 Jan 2014)
New Revision: 58694
Modified:
grass/trunk/vector/v.proj/v.proj.html
Log:
v.proj: add v.split to manual
Modified: grass/trunk/vector/v.proj/v.proj.html
===================================================================
--- grass/trunk/vector/v.proj/v.proj.html 2014-01-13 02:51:32 UTC (rev 58693)
+++ grass/trunk/vector/v.proj/v.proj.html 2014-01-13 08:24:06 UTC (rev 58694)
@@ -32,6 +32,15 @@
at 180E/W. In this case wrapping of east coordinates to -180,180 needs
to be disabled with the <b>-w</b> flag.
+<p>
+In order to preserve spatial detail, it is recommended to densify linear
+features with <em><a href="v.split.html">v.split</a></em> before
+reprojecting. Depending on the source and target CRS
+(Coordinate Reference System), geometries can be substantially
+deformed (straight lines become curves, squares become trapezoids, etc).
+In these cases densification of linear features can help to avoid
+topological errors.
+
<h2>EXAMPLES</h2>
<div class="code"><pre>
More information about the grass-commit
mailing list