[GRASS-SVN] r34138 -
grass/branches/develbranch_6/scripts/v.out.gpsbabel
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 2 06:53:13 EST 2008
Author: hamish
Date: 2008-11-02 06:53:13 -0500 (Sun, 02 Nov 2008)
New Revision: 34138
Modified:
grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel
Log:
comments about nasty gotcha in alternate ogr2ogr solution
Modified: grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel 2008-11-02 10:14:31 UTC (rev 34137)
+++ grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel 2008-11-02 11:53:13 UTC (rev 34138)
@@ -274,8 +274,10 @@
# BUG: cat is being reported as evelation and attribute output is skipped.
# (v.out.ogr DB reading bug)
# v.out.ogr -> shapefile -> GPX works, but we try to avoid that as it's
-# lossy. Also that would allow -a_srs $IN_PROJ -t_srs EPSG:4326 so
-# skip m.proj pains..
+# lossy. Also that would allow ogr2ogr -a_srs $IN_PROJ -t_srs EPSG:4326
+# so skip m.proj pains.. if that is done ogr2ogr -a_srs MUST HAVE +wktext
+# with PROJ.4 terms or else the +nadgrids will be ignored! (best to feed
+# it g.proj -wf) in that case.
g.message -v "Exporting data ..."
More information about the grass-commit
mailing list