-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for select_multiple in XLSForms (#257)
* fix: Set self.file to None so we don't get duplicate footers * fix: Add leisure fields, ignore cellular * fix: Add function to parse select_multiple * fix: Use new convertMultiple() to support select_multiple in XForms * fix: Refactor test case for select_multiple, now it actually works * fix: Minor reformatting and updating of code comment blocks, also add return data types * fix: Update and reformat all code comment blocks * fix: Move pareseXLS to the Convert class so it can be shared * fix: Move createEntry() to Convert class so it can be shared * fix: refactor converting a JSON file from Central to OSM XML and add select_multiple support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
835f2c2
commit a21dfc2
Showing
6 changed files
with
435 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.