qfieldsync
qfieldsync copied to clipboard
Sync your projects to QField on android
In my project offline i set snapping options: All layer visible, snap to vertex, tolerance 10 maps units (it works in qgis). In Qfield don´t work with point entities. I...
This PR integrates enhancements to the functionality mentioned in issue [#438](https://github.com/opengisch/qfieldsync/issues/438) https://github.com/user-attachments/assets/70072970-a7e6-4f8e-93ec-c0e9f5117a9f
Last week the first project which always worked flawlessly suddenly stopped working - whenever i export the project to Qfield (via cable), QGIS crashes. Nothing major changed in the project...
I've been scratching my head over this weird behavior for a while but I finally narrowed down the cause of it (I think): I created a project with a point...
After synchronizing, the following error appears: ``` IndexError: list index out of range Traceback (most recent call last): File "C:\Users\Artemisia\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\qfieldsync\libqfieldsync.whl\libqfieldsync\offline_converter.py", line 568, in _on_offline_editing_next_layer layer_name=self.__offline_layer_names[layer_index - 1] IndexError: list index...
OS: Windows 11 23h2 QGIS Version 3.28.15 QFieldSync Version 4.10.1 When opening the configuration window, the tab appears bugged in the project configuration, 'overprinting' the other tabs. A python error...
This adds the option to specify a new project title in the exported project when packaging. 
I am working with a project built on QGIS 3.34.8. When I try to export the project for QFieldsync, I receive the following python code error: WARNING warning:C:\Users\inbox\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\qfieldsync\libqfieldsync.whl\libqfieldsync\offline_converter.py:347: DeprecationWarning: QgsProject.setAutoTransaction()...
Here I propose to ignore paths that start with "/api" or that are equal to "/" to remove unnecessary parts, but to keep other ones to avoid 404 errors.