Skip to content

Releases: hotosm/osm-fieldwork

v0.12.4

20 Jun 19:30
Compare
Choose a tag to compare
  • 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

20 Jun 10:44
Compare
Choose a tag to compare

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 with task_filter, to better describe what it does.

Full Changelog: 0.12.2...0.12.3

v0.12.1

19 Jun 15:27
Compare
Choose a tag to compare
  • Add save_to column to survey sheet of Entity XLSForms. This is required to update the status field of the Entities on form submission.

Full Changelog: 0.12.0...0.12.1

v0.12.0

19 Jun 10:29
Compare
Choose a tag to compare

What's Changed

  • Fix Entity-based XLSForms with groups essential and verification 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

Full Changelog: 0.11.2...0.12.0

v0.11.2

10 Jun 18:51
Compare
Choose a tag to compare
  • Make digitization_correct field mandatory in XLSForms (aids conflation further down).

Full Changelog: 0.11.1...0.11.2

v0.11.1

07 Jun 12:45
Compare
Choose a tag to compare
  • Renamed healthcare.xls to health.xls to avoid conflict with OSM tag name.

Full Changelog: 0.11.0...0.11.1

v0.11.0

05 Jun 16:08
Compare
Choose a tag to compare

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. The buildings entity was also renamed features.
  • 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

24 May 14:13
Compare
Choose a tag to compare

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

24 May 13:59
Compare
Choose a tag to compare
  • Update the buildings.xls xform to move the existing and task_id fields outside of groups.
  • This allows for loading ODK Collect by intent.

Full Changelog: 0.10.0...0.10.1

v0.10.0

22 May 16:26
Compare
Choose a tag to compare

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