[GRASS-SVN] r56210 - grass/branches/develbranch_6/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 11 19:52:39 PDT 2013


Author: hamish
Date: 2013-05-11 19:52:39 -0700 (Sat, 11 May 2013)
New Revision: 56210

Modified:
   grass/branches/develbranch_6/scripts/r.in.wms/wms.request
Log:
minor cosmetic quoting cleanup

Modified: grass/branches/develbranch_6/scripts/r.in.wms/wms.request
===================================================================
--- grass/branches/develbranch_6/scripts/r.in.wms/wms.request	2013-05-12 02:47:38 UTC (rev 56209)
+++ grass/branches/develbranch_6/scripts/r.in.wms/wms.request	2013-05-12 02:52:39 UTC (rev 56210)
@@ -178,7 +178,7 @@
 
 
   #Calculate the number of tiles and set up the arrays
-  message 1 "r.tileset -g sourceproj=\"$PROJ4_SRS\" sourcescale=\"$SRS_SCALE\" overlap=2 maxcols=${MAXCOLS} maxrows=${MAXROWS} $TILESET_OPTIONS"
+  message 1 "r.tileset -g sourceproj=\"$PROJ4_SRS\" sourcescale=\"$SRS_SCALE\" overlap=2 maxcols=$MAXCOLS maxrows=$MAXROWS $TILESET_OPTIONS"
   TILES=`eval "GRASS_VERBOSE=1 r.tileset -g sourceproj=\"$PROJ4_SRS\" sourcescale=\"$SRS_SCALE\" overlap=2 maxcols=${MAXCOLS} maxrows=${MAXROWS} $TILESET_OPTIONS"`
   if [ $? -ne 0 ] ; then
      g.message -e "r.tileset failure"



More information about the grass-commit mailing list