Browse Source

bug ref

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37984 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
bf02499940
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/v.out.gps/v.out.gps

+ 2 - 1
scripts/v.out.gps/v.out.gps

@@ -301,7 +301,8 @@ else
 fi
 fi
 
 
 # BUG: cat is being reported as evelation and attribute output is skipped.
 # 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
 #   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
 #     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
 #     so skip m.proj pains.. if that is done ogr2ogr -s_srs MUST HAVE +wktext