[GRASS-SVN] r42097 -
grass/branches/develbranch_6/scripts/v.in.gpsbabel
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 3 19:14:53 EDT 2010
Author: hamish
Date: 2010-05-03 19:14:51 -0400 (Mon, 03 May 2010)
New Revision: 42097
Modified:
grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
Log:
rm useless lines
Modified: grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel 2010-05-03 22:51:09 UTC (rev 42096)
+++ grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel 2010-05-03 23:14:51 UTC (rev 42097)
@@ -241,7 +241,6 @@
if [ $WPT -eq 1 ] ; then
g.message "Loading Waypoints from <$GIS_OPT_INPUT>..."
TYPE="-w"
- EXITCODE=$?
elif [ $RTE -eq 1 ] ; then
g.message "Loading Routes as points from <$GIS_OPT_INPUT>..."
TYPE="-r"
@@ -264,11 +263,9 @@
if [ $RTE -eq 1 ] ; then
g.message "Loading Routes from <$GIS_OPT_INPUT>..."
TYPE="-r"
- EXITCODE=$?
elif [ $TRK -eq 1 ] ; then
g.message "Loading Tracks from <$GIS_OPT_INPUT>..."
TYPE="-t"
- EXITCODE=$?
fi
gpsbabel $TYPE -i $GIS_OPT_FORMAT -f "$GPSdevice" $PROGVERBOSE \
-o gpx -F "$TEMPFILE".gpx
More information about the grass-commit
mailing list