You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/get-started/tutorials/advanced-setup-qfc.en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ When working with QFieldCloud it is important that you understand the synchroniz
16
16
You can find the technical details on the different job types in the [technical documentation section](../../reference/qfieldcloud/jobs.md).
17
17
In simple words, there exist three different synchronization activities:
18
18
19
-
-**From QGIS to QFieldCloud**:This synchronization process uploads a complete new "project package" and replaces the existing one stored in the cloud.
19
+
-**From QGIS to QFieldCloud**:This synchronization process uploads a complete new "project package" and replaces the existing one stored in the cloud.
20
20
If you are working with GeoPackages it is important to note, that the existing GeoPackage on the cloud will be replaced with the one you have just uploaded.
21
21
-**From QFieldCloud to QField**: If you want to download the uploaded "project package" to your mobile device, QFieldCloud "packages" the project into a specific format that is saved in the internal application folder structure.
22
22
Important to know here is that in case you are working with PostgreSQL databases and have chosen the [working mode](#working-modes)*offline editing* then a local GeoPackage of the data will be created in the corresponding folder.
@@ -38,7 +38,7 @@ Unlike in the synchronization process from QGIS to QFieldCloud, the whole GeoPac
38
38
If you must work parallel on Desktop, make sure to check the QFieldCloud status and download the most recent data before uploading a new package.
39
39
2. <ins>Do not change the data structure before synchronizing the latest field edits</ins>.
40
40
Often, officers work in QGIS and adapt the data structure of the project files, which leads to errors if the changes from QField have not yet been pushed to QFieldCloud.
41
-
3. <>Use uuid's as primary keys, especially when working with relations and in teams.</ins>
41
+
3. <ins>Use uuid's as primary keys, especially when working with relations and in teams.</ins>
42
42
Synchronization often occur due to the lack of adding primary keys to your datasets.
43
43
Especially, when working with relationships and in teams, if the data were not configured with an according primary key, it may happen that data loss occurs because of simultaneous editing of the data.
0 commit comments