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
A by product of #8623
C:\v>echo -9 40 | mapproject -Ju29 -C -F mapproject [WARNING]: No UTM zone given; zone 60T selected -7036643.48288 71786047.2525 C:\v>echo -9 40 | mapproject -Ju60T -C -F mapproject [WARNING]: Length <unit> T not supported - revert to default unit [cm] mapproject [WARNING]: No UTM zone given; zone 60T selected -7036643.48288 71786047.2525
The problem is that it wants also a scale. Like this it works.
C:\v>echo -9 40 | mapproject -Ju60T/1:1 -C -F -7036643.48288 71786047.2525
The text was updated successfully, but these errors were encountered:
Let -J & -F have a -J without scale/size (not used anyway).
23db990
Fixes #8624
Let -J & -F have a -J without scale/size (not used anyway). (#8625)
fa3eda0
* Let -J & -F have a -J without scale/size (not used anyway). Fixes #8624 * Swap the order of the loops.
Successfully merging a pull request may close this issue.
A by product of #8623
The problem is that it wants also a scale. Like this it works.
The text was updated successfully, but these errors were encountered: