-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
What is the bug or the crash? What were your expectations and what actually happened?
Description: I am experiencing an issue where QFieldCloud packages and downloads the entire PostGIS table (approx. 800MB) to the mobile device, despite having a Provider Feature Filter set in QGIS to limit the dataset to a much smaller subset.
I did read the doc and I understand it should be filtered during the packaging process
Context:
- Data Source: PostGIS layer.
- Filter: Defined in QGIS via Layer Properties -> Source -> Provider Feature Filter.
- Packager: Optimized Packager (selected in QFieldCloud project settings).
- Expected behavior: Only the filtered features should be included in the offline .gpkg and downloaded.
- Actual behavior: The full table is packaged, resulting in heavy downloads and storage issues on the field device.
Steps to reproduce the issue
- Create a QGIS project with a large PostGIS layer.
- Apply a filter (e.g.,
"status" = 'active') to reduce the feature count. - Set the layer action to "Offline Editing" in the QFieldCloud panel.
- Upload the project to QFieldCloud and ensure "Optimized Packager" is enabled in the settings.
- Synchronize the project on a mobile device.
- Observe that the downloaded file size corresponds to the full database table rather than the filtered subset.
Version
app.qfield.cloud
Operating system name
Linux
Operating system version
app.qfield.cloud
Reinstall QFieldCloud
- I have a fresh install of the latest QFieldCloud version, but the problem persists.
- I have the latest available Docker engine installed on my machine.
- Problem can be reliably reproduced, doesn't happen randomly.
Additional context
I use official app.qfield.cloud
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels