[GRASS5] New thematic mapper for GRASS 6
Martin Landa
landa at gama.fsv.cvut.cz
Wed May 11 16:50:33 EDT 2005
Hi,
thanks a lot! - it is really useful tool...
I have two comments
* it is working only for dbf driver (see patch)
* maybe it would be good to distinguish between map name and table name
- so to add a new parameter - table
Martin
--
Martin Landa <landa at gama.fsv.cvut.cz> * http://gama.fsv.cvut.cz/~landa *
CTU Prague, Faculty of Civil Engineering, Czech Republic
-------------- next part --------------
143c143,146
< v.univar.sh -e table=$GIS_OPT_map column=$GIS_OPT_column > TMP1
---
> dblink=`v.db.connect $GIS_OPT_map -g | grep -w $GIS_OPT_layer`
> driver=`echo $dblink | awk '{print $5}'`
> database=`echo $dblink | awk '{print $4}'`
> v.univar.sh -e table=$GIS_OPT_map column=$GIS_OPT_column drv=$driver db=$database > TMP1
More information about the grass-dev
mailing list