Outdated version of the documentation. Find the latest one here.

` `

Complemento Edição Offiine

Para a coleta de dados, é comum a situação de trabalhar com um laptop ou um telefone celular offline no campo. Ao retornar para a rede, as mudanças precisam ser sincronizadas com a fonte de dados mestre (por exemplo, um banco de dados PostGIS). Se várias pessoas estão trabalhando simultaneamente no mesmo conjunto de dados, é difícil de fundir as edições concomitantes, mesmo que as pessoas não mudam as mesmas características.

The offlineEditingCopy Offline Editing Plugin automates the synchronisation by copying the content of a datasource (usually PostGIS or WFS-T) to a SpatiaLite database and storing the offline edits to dedicated tables. After being connected to the network again, it is possible to apply the offline edits to the master dataset.

Usando o complemento

  • Open a project with some vector layers (e.g., from a PostGIS or WFS-T datasource).
  • Go to Database ‣ Offline Editing ‣ offlineEditingCopy Convert to offline project and select the layers to save. The content of the layers is saved to SpatiaLite tables.
  • You can check checkbox Only synchronize selected features if a selection is present allowing the offline editing to only save and work on a subset. It can be invaluable in case of large layers.
  • Edite as camadas offline.

  • After being connected again, upload the changes using Database ‣ Offline Editing ‣ offlineEditingSync Synchronize.
../../../_images/create_offline_project.png

Criando de um projeto offline de camadas PostGIS ou WFS