Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions xlsformconverter/XLSFormConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,9 @@ def convert(

self.output_extent = survey_extent

# Set QField state to digitize when first opening the generated project
self.output_project.writeEntry("qfieldsync", "initialMapMode", "digitize")

if self.output_project.crs().authid() == "EPSG:3857":
# Display coordinates in WGS84 to provide a more useful experience for the average person
self.output_project.displaySettings().setCoordinateType(
Expand Down