Moritz Lennert wrote: > > It probably wouldn't be hard to modify the SQLite DBMI driver to allow > > one file per map > > Why would you have to modify the driver ? You can already do so by > setting v.db.connect to a seperate file. So, it's more a question of > what should be done by default than allowing it, or do I misunderstand > something ?
If you normally use one file per map, having to keep running v.db.connect would be a nuisance. A modified version would work the way that the DBF driver does, i.e. you "connect" to a directory which would have an SQLite file for each map. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
