Complemento Edição Offline

Para a coleta de dados, que é uma situação comum de trabalhar com um laptop ou um telefone celular offline em campo. Ao retornar para a rede, as mudanças precisam ser sincronizados com a fonte de dados mestre, por exemplo, um banco de dados PostGIS. Se várias pessoas estão trabalhando simultaneamente nos mesmos conjuntos de dados, é difícil de fundir as edições manualmente, mesmo que as pessoas não mudem as mesmas feições.

The offline_editing_copyOffline 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.

Using the plugin

  • Abra algumas camadas de vetor, por exemplo de um PostGIS ou WFS-T datasource

  • Salve elas em um projeto

  • Press the offline_editing_copyConvert to offline project icon and select the layers to save. The content of the layers is saved to SpatiaLite tables.
  • Editar as camadas offline.

  • After being connected again, upload the changes with the offline_editing_sync Synchronize button.

Figure Offline Editing 1:

../../../_images/create_offline_project.png

Create an offline project from PostGIS or WFS layers