We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817d91a commit 5f87b52Copy full SHA for 5f87b52
xlsformconverter/XLSFormConverter.py
@@ -1726,6 +1726,9 @@ def convert(
1726
1727
self.output_extent = survey_extent
1728
1729
+ # Set QField state to digitize when first opening the generated project
1730
+ self.output_project.writeEntry("qfieldsync", "initialMapMode", "digitize")
1731
+
1732
if self.output_project.crs().authid() == "EPSG:3857":
1733
# Display coordinates in WGS84 to provide a more useful experience for the average person
1734
self.output_project.displaySettings().setCoordinateType(
0 commit comments