Releases: hotosm/osm-fieldwork
Releases · hotosm/osm-fieldwork
v0.16.0
v0.15.0
What's Changed
- Refactor test_basemap.py and add additional boundary handler tests by @RonaldRonnie in #280
- Don't add the note about duplication when writing OSM XML by @rsavoye in #287
- Fix writing nodes with no tags, ie... what the way references by @rsavoye in #290
- Created a function to get submission photo by its submission id by @Sujanadh in #284
- Created a function to append mandatory fields into custom xls form by @Sujanadh in #289
New Contributors
- @RonaldRonnie made their first contribution in #280
Full Changelog: 0.14.3...0.15.0
v0.14.3
What's Changed
Full Changelog: 0.14.2...0.14.3
v0.14.2
What's Changed
Full Changelog: 0.14.1...0.14.2
v0.14.1
What's Changed
- Update XLSForm ordering, place digitization_correct questions at end of survey (field feedback).
- Fix generating pmtiles with different file extensions by @spwoodcock in #278
Full Changelog: 0.14.0...0.14.1
v0.14.0
What's Changed
- Add support for moving tiles by @rsavoye in #272
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #271
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #273
- Fix typo, usfs not usgs, add querying the relations table by @rsavoye in #274
- fix: Add support for ways when importing an OSM XML file by @rsavoye in #275
- Added endpoint to create dataset and bulk upload entities by @Sujanadh in #276
Full Changelog: 0.13.0...0.14.0
v0.13.0
What's Changed
- Fix parsing an OSM XML file by @rsavoye in #264
- Add minzoom and maxzoom params to basemapper to allow view past zoom 18 by @spwoodcock in #267
- Delete unused scripts and update the docs by @rsavoye in #269
odk_merge
has been removed and replaced by code inhotosm/conflator
.
Full Changelog: 0.12.4...0.13.0
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