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

GVMVU.contour has wrong scale plotting to a 3DV. #35

Open
ianneilmacleod opened this issue Nov 7, 2017 · 0 comments
Open

GVMVU.contour has wrong scale plotting to a 3DV. #35

ianneilmacleod opened this issue Nov 7, 2017 · 0 comments
Assignees
Labels

Comments

@ianneilmacleod
Copy link
Contributor

a4c64c8

at line 855 in group.py we call GXMVU.contour. For a 2D view the scaling of line detail (thickness, annotation height etc) is as expected. For 3D views the scale is wrong - to my eye it seems stuck at a scale of 1000, which is the default map scale when the "data" view is open. In a 3DV there is only one view, the "3D" view and this is the "data" view. Since the view is open calling GetMapScale will return 1000, which I suspect is the problem. Internally I think it should be getting the scale from the view. Just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants