オフライン編集プラグイン

データ収集のために、ノートパソコンやフィールドでオフラインの携帯電話で作業するのは一般的な状況です。 ネットワークへの復帰後、変更内容はマスターデータソース(e.g. a PostGIS データベース)と同期する必要があります。複数の人が同じデータセットを同時に作業している場合、それは人々が同じ地物を変更していない場合でも、手作業で編集内容をマージするのは困難です。

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.

プラグインの利用

  • ベクタレイヤ(e.g. PostGIS or WFS-T データソース 由来)を開きます。

  • プロジェクトとして保存します。

  • 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.
  • オフラインでレイヤを編集します。

  • 再度接続をした後で offline_editing_sync Synchronize ボタンをクリックすると編集結果をアップロードできます.

Figure Offline Editing 1:

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

PostGISまたはWFSレイヤからオフラインプロジェクトを作ります