Skip to content
New issue

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

mapproject -F should not need a -J.../scale #8624

Closed
joa-quim opened this issue Nov 18, 2024 · 0 comments · Fixed by #8625
Closed

mapproject -F should not need a -J.../scale #8624

joa-quim opened this issue Nov 18, 2024 · 0 comments · Fixed by #8625
Labels
bug Something isn't working

Comments

@joa-quim
Copy link
Member

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
@joa-quim joa-quim added the bug Something isn't working label Nov 18, 2024
joa-quim added a commit that referenced this issue Nov 19, 2024
* Let -J & -F have a -J without scale/size (not used anyway).

Fixes #8624

* Swap the order of the loops.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant