We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original scrap definition in th2:
scrap 3-HawkesPlan-s1 -projection plan -station-names []@3 -author 2022.05.06 "B Mutton" -copyright 2022 NZSS -scale [0 0 787.4 787.4 0 0 10 10 m]
Scrap definition in resultant th2:
scrap 3-HawkesPlan-s1 -scale [0 0 787.4 787.4 0 0 10 10 m] -projection "plan" -author "2022.05.06" -copyright "2022" undefined -station-names []@3
-author is missing the author's name -copyright is missing the copyrighter's name (becomes 'undefined').
There may be an issue with data type also (string instead of date).
The text was updated successfully, but these errors were encountered:
Checked as discussed in #11 (to be posted soon) Original scrap definition in th2: scrap 3-HawkesPlan-s1 -projection plan -station-names []@3 -author 2022.05.06 "B Mutton" -copyright 2022 NZSS -scale [0 0 787.4 787.4 0 0 10 10 m]
Scrap definition in resultant th2: scrap 3-HawkesPlan-s1 -scale [0 0 787.4 787.4 0 0 10 10 m] -projection "plan" -author "2022.05.06 "B Mutton" -copyright "2022 NZSS" -station-names []@3
scrap 3-HawkesPlan-s1 -scale [0 0 787.4 787.4 0 0 10 10 m] -projection "plan" -author "2022.05.06 "B Mutton" -copyright "2022 NZSS" -station-names []@3
Sorry, something went wrong.
Fix parsing errors #7 and #11
94f9b83
Change `trimEnclosing` implementation, fix `-scale` to fit specification
No branches or pull requests
Original scrap definition in th2:
scrap 3-HawkesPlan-s1 -projection plan -station-names []@3 -author 2022.05.06 "B Mutton" -copyright 2022 NZSS -scale [0 0 787.4 787.4 0 0 10 10 m]
Scrap definition in resultant th2:
scrap 3-HawkesPlan-s1 -scale [0 0 787.4 787.4 0 0 10 10 m] -projection "plan" -author "2022.05.06" -copyright "2022" undefined -station-names []@3
-author is missing the author's name
-copyright is missing the copyrighter's name (becomes 'undefined').
There may be an issue with data type also (string instead of date).
The text was updated successfully, but these errors were encountered: