RichardC wrote: > Is it is possible to set a single SQLite database for the entire GRASS GIS > database or each mapset requires its own sqlite db file?
It is possible, but then you have to worry about name collisions. Some vector commands will try to create a table with the same name as the map, and fail if a table already exists with that name. The end result is that vector map names will have to be unique across the entire database rather than just unique within a mapset. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
