[GRASS-SVN] r42095 - grass-addons/vector/v.in.osm2
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 3 18:44:48 EDT 2010
Author: hamish
Date: 2010-05-03 18:44:47 -0400 (Mon, 03 May 2010)
New Revision: 42095
Modified:
grass-addons/vector/v.in.osm2/v.in.osm
Log:
not using g.region -w
Modified: grass-addons/vector/v.in.osm2/v.in.osm
===================================================================
--- grass-addons/vector/v.in.osm2/v.in.osm 2010-05-03 22:37:57 UTC (rev 42094)
+++ grass-addons/vector/v.in.osm2/v.in.osm 2010-05-03 22:44:47 UTC (rev 42095)
@@ -68,10 +68,6 @@
exit 1
fi
#### check if we have new enough software
-if [ `g.region --interface-description | grep -c '<flag name="w">'` -ne 1 ] ; then
- g.message -e "Newer version of GRASS is required."
- exit 1
-fi
if [ `gpsbabel --help | grep -wc osm` -ne 1 ] ; then
g.message -e "Newer version of GpsBabel is required."
exit 1
More information about the grass-commit
mailing list