Releases: opengisch/XLSFormConverter
Releases · opengisch/XLSFormConverter
v1.5.1
v1.5.0
What's Changed
- Use xlsform2qgis as a library and drop the XLSFormConverter.py by @suricactus in #19
New Contributors
- @suricactus made their first contribution in #19
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Add
hasProcessingProviderto metadata.txt - Convert string-length() to QGIS expression's length()
- Toggle digitize by default in QField when opening converted surveys for the first time
New Contributors
- @spwoodcock made their first contribution in #16
v1.3.0
What's Changed
- Implement support for image question's max-pixels parameter
- Implement a new parameter to define the generated project CRS
- Implement a new parameter to define the generated project initial extent
- Better default initial extent derived from pre-filled feature geometries when the initial extent is not manually defined by the newly-introduced parameter above
- Implement the ability to transform root groups into tabs fro the generated survey feature form
- Be more flexible in parsing parameters by using case insensitive expression matching