[GRASS-SVN] r37986 - grass/trunk/scripts/v.out.gps

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 19 23:16:35 EDT 2009


Author: hamish
Date: 2009-06-19 23:16:35 -0400 (Fri, 19 Jun 2009)
New Revision: 37986

Modified:
   grass/trunk/scripts/v.out.gps/v.out.gps.py
Log:
bug ref

Modified: grass/trunk/scripts/v.out.gps/v.out.gps.py
===================================================================
--- grass/trunk/scripts/v.out.gps/v.out.gps.py	2009-06-20 02:38:01 UTC (rev 37985)
+++ grass/trunk/scripts/v.out.gps/v.out.gps.py	2009-06-20 03:16:35 UTC (rev 37986)
@@ -281,7 +281,8 @@
 	linetype = None
 
     # BUG: cat is being reported as evelation and attribute output is skipped.
-    #   (v.out.ogr DB reading or ->OGR GPX driver bug ?)
+    #   (v.out.ogr DB reading or ->OGR GPX driver bug<-
+    #     resolved: see new Create opts at http://www.gdal.org/ogr/drv_gpx.html)
     #   v.out.ogr -> shapefile -> GPX works, but we try to avoid that as it's
     #     lossy. Also that would allow ogr2ogr -a_srs $IN_PROJ -t_srs EPSG:4326
     #     so skip m.proj pains.. if that is done ogr2ogr -s_srs MUST HAVE +wktext



More information about the grass-commit mailing list