Releases: hotosm/osm-fieldwork
Releases · hotosm/osm-fieldwork
v0.12.4
- Final fix to XLSForms to remove the
essential
group entirely. - The
existing
field must be top level for the ODK Collect loading by intent demo.
Full Changelog: 0.12.3...0.12.4
v0.12.3
Updates to XLSForms:
- Move
task_id
to a calculated field based on the Entity task_id property, so it is always included. - Replace the existing
task_id
field withtask_filter
, to better describe what it does.
Full Changelog: 0.12.2...0.12.3
v0.12.1
- Add
save_to
column to survey sheet of Entity XLSForms. This is required to update thestatus
field of the Entities on form submission.
Full Changelog: 0.12.0...0.12.1
v0.12.0
What's Changed
- Fix Entity-based XLSForms with groups
essential
andverification
breaking the survey field linkage to the Entity field. - Refactor converting ODK XML to OSM XML by @rsavoye in #259
- Basemapper: Allow for in memory BytesIO GeoJSON for boundary param by @azharcodeit in #261
New Contributors
- @azharcodeit made their first contribution in #261
Full Changelog: 0.11.2...0.12.0
v0.11.2
- Make
digitization_correct
field mandatory in XLSForms (aids conflation further down).
Full Changelog: 0.11.1...0.11.2
v0.11.1
- Renamed
healthcare.xls
tohealth.xls
to avoid conflict with OSM tag name.
Full Changelog: 0.11.0...0.11.1
v0.11.0
What's Changed
- Improve Amenities XLSForm by @rsavoye in #256
- Add support for select_multiple in XLSForms by @rsavoye in #257
- BREAKING Updated
buildings
XLSForm category ordering. Thebuildings
entity was also renamedfeatures
. - BREAKING
osm_fieldwork.json2osm.json2osm
import was removed. - Also added a healthcare XLSForm based on Entities.
Contributors
Full Changelog: 0.10.2...0.11.0
v0.10.2
What's Changed
- Add support to optionally append to the mbtiles file by @robsavoye in #255
Full Changelog: 0.10.1...0.10.2
v0.10.1
- Update the
buildings.xls
xform to move theexisting
andtask_id
fields outside of groups. - This allows for loading ODK Collect by intent.
Full Changelog: 0.10.0...0.10.1
v0.10.0
What's Changed
- Add support for geotrace by @robsavoye in #254
- Fix pmtile generation by passing --xy param through.
Full Changelog: 0.9.2...0.10.0