.

Оффлайновое редактирование

For data collection, it is a common situation to work with a laptop or a cell phone offline in the field. Upon returning to the network, the changes need to be synchronized with the master datasource (e.g., a PostGIS database). If several persons are working simultaneously on the same datasets, it is difficult to merge the edits by hand, even if people don’t change the same features.

Модуль offline_editing_copy Оффлайновое редактирование автоматизирует процесс синхронизации, копируя содержимое основного источника данных (обычно, базы PostGIS или WFS-T) в базу SpatiaLite и сохраняя все правки в специальных таблицах. При повторном подключении к основному источнику данных, все правки легко переносятся в основной источник.

Работа с модулем

  • Open some vector layers (e.g., from a PostGIS or WFS-T datasource).
  • Save it as a project.
  • Go to Database ‣ Offline Editing ‣ offline_editing_copyConvert to offline project and select the layers to save. The content of the layers is saved to SpatiaLite tables.
  • Редактируйте слои.

  • After being connected again, upload the changes using Database ‣ Offline Editing ‣ offline_editing_sync Synchronize.

Figure Offline Editing 1:

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

Создание оффлайнового проекта из слоёв PostGIS или WFS