Levente wrote: > I was wondering about re-compiling GRASS7. I don't know if it is > possible to compile it with the dbf connection as default.
see include/dbmi.h: #define DB_DEFAULT_DRIVER "sqlite" and include/temporal.h: #define TGISDB_DEFAULT_DRIVER "sqlite" change to "dbf". > I think that would solve my problem. What do you think? > Does it make any sense? typically just running db.connect early on to set the default database for the mapset in the $MAPSET/VAR file is enough. (or pre-seed that VAR file into the new mapset dir yourself) Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
