Feature not found #5178
Replies: 1 comment
-
So I downloaded the data.gpkg and switched the boom layer. TWo people went out to collect data each with a different user profile. And it seems like from one guy the chances get applied and the other still no applied delta's, inserting did seem to work. Both where adding, deleting and updating features.
|
Beta Was this translation helpful? Give feedback.
-
We had I beatifully working project with postgis layers on a cloud server, untill one day the chances weren't applied because it was unable to find the feauture.
The jobs log stated:
Apply Deltas
15:18:03.520 root INFO Loading project file "/tmp/tmp_lykk8xu/files/as_inventaris.qgs"...
proj_create_from_database: crs not found
15:18:04.899 root INFO Loading delta file "/io/deltafile.json"...
15:18:04.953 qfc_worker.apply_deltas WARNING Patching project 63a37307-48a7-45cd-a710-4e1ba239b0c8 delta's empty sourceLayerId from localLayerId
Re-applying doens't work either.
As you can see below the sourceLayerId returned empty.
{ "new": { "attributes": { "schade": "schade stam", "conditie": "matig", "boomsoort": "Acer platanoides", "beheerfase": "jeugdfase", "plantwijze": "rijbeplanting", "standplaats": "onverhard", "hoogteklasse": "0-8", "kroondiameter": 3, "diameterklasse": "10-20", "onderhoudstoestand": "op beeld", "takvrije_stamlengte": 2 }, "is_snapshot": false }, "old": { "geometry": "Point (235008.3938286894117482 189837.49847922069602646)", "attributes": { "x": "189837.4984792207", "y": "235008.3938286894", "id": 952, "fid": 573, "vta": false, "foto": null, "uuid": "e9267928-b9c6-4b27-8b28-72949a24d084", "schade": null, "update": false, "conditie": null, "boomsoort": "Quercus robur", "eindbeeld": "NVU - 7m", "opmerking": null, "beheerfase": null, "plantwijze": null, "straatnaam": "Breeërweg", "standplaats": null, "date_created": "2024-03-01T11:02:42.582", "hoogteklasse": null, "kroondiameter": null, "datum_controle": "2024-03-01T11:02:42.582", "diameterklasse": null, "breukgevoeligheid": null, "onderhoudstoestand": null, "takvrije_stamlengte": null }, "is_snapshot": true }, "uuid": "2c2117c1-4232-45f2-b187-4a424d5bb666", "method": "patch", "localPk": "573", "clientId": "c9ccc5bc-9f5b-422a-8ebc-30fa2ec7d089", "exportId": "d063ad6d-9fad-4866-8c51-3040ff841fac", "sourcePk": "573", "localLayerId": "boom_09d7cb93_7135_4af0_9809_0e1ec06c9184", "localLayerCrs": "EPSG:31370", "sourceLayerId": "", "localLayerName": "boom" }
Beta Was this translation helpful? Give feedback.
All reactions