Data Sync & Collaborative Editing

This page explains data synchronization and conflict behavior when multiple users work on the same vectors or maps simultaneously.

Overview#

Multiple users can view and edit the same data in Kumoy. However, there's no automatic conflict resolution. See the rules below for how conflicts are handled.

Capabilities and Limitations#

Tip

To play it safe, decide who edits which features before you start. Dividing the work in advance prevents any accidental overlaps.

Syncing Data#

If you have a vector open in QGIS and another user edits and saves it, your view won't update automatically. To pull in the latest changes, re-sync the layer.

  1. Right-click the target layer and click Sync data.

    sync-data.png
  2. The sync is complete.

Conflict Resolution Rules#

Kumoy tracks feature changes by their ID (e.g. Kumoy_id):

1. Multiple users edit the same feature (last save wins)#

The change saved last by User B takes effect, and abc123 is ultimately saved.

user-edit-priority.png

2. A deleted feature is edited by another user (deletion wins)#

The feature with Kumoy_id = 1 remains deleted because User A's deletion takes priority.

user-deletion-priority.png

Last update: Jun 1, 2026 09:39:08