Is it possible to save current workspace of QGIS for offline usage like in mapinfo? My workspace has link to database. and when I reopen workspace unlink in mapinfo it can't open it.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Another idea is to load SQL Server Express onto your users' workstation pc and setup replication with your central database. This way all your users will maintain connection to their replicated versions of the data and you can manage the transactions back to the server when they are connected to your network. |
|||
|
|
|
There is such a solution for offline work and merging results together but it requires PostGIS as a backend. |
|||||
|
|
Database linked tables are a MapInfo construct but can be replicated The best bet would be to extract your data via ogr2ogr If you make changes you would upload it back to your database You could run an action on the table in QGIS to run this download / upload each time you need to refresh or load your changes into the db |
|||
|
|
