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

` `

Plugin Mengedit Diluar Jaringan (Offline)

Untuk pengumpulan data merupakan situasi umum bekerja dengan laptop atau ponsel di luar jaringan (offline) di lapangan. Setelah kembali ke jaringan, perubahan perlu disinkronkan dengan sumber data master, misalnya basisdata PostGIS. Jika beberapa orang bekerja secara bersamaan pada dataset yang sama, sulit untuk menggabungkan hasil edit dengan tangan, bahkan jika orang tidak mengubah fitur yang sama.

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.

Menggunakan plugin

  • 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.
  • Edit lapisan luar jaringan.

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

Membuat proyek luar jaringan dari lapisan PostGIS atau WFS