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

Markers are poorly scaled #1982

Closed
chaosphere2112 opened this issue May 19, 2016 · 2 comments
Closed

Markers are poorly scaled #1982

chaosphere2112 opened this issue May 19, 2016 · 2 comments

Comments

@chaosphere2112
Copy link
Contributor

chaosphere2112 commented May 19, 2016

Working on the gui, decided to try generating pngs of all of the marker types, and re-re-discovered that our marker scaling is just awful.

Here's a good "baseline" marker (circle) at size 100:

circle

Most of the "normal" markers are roughly the same size.

Here's dot, the default, at the same size:

dot

As you can see, dot is much larger than circle. Adding to the annoyance, we have plus and cross, which need to be scaled up to the maximum size (300) to be similarly sized to circle:

Cross Plus
cross plus

Then there's the WMO symbols, which are (mostly) close to the right size when they're at size 10 (one tenth of the "baseline" size):

w00 w01 w02
w00 w01 w02

Except, up of course, for a few outliers:

w06 w07
w06 w07
w09 w17
w09 w17

(plus several more)

And there's the worst one, hurricane, at size 2:

hurricane

We should look at normalizing the sizes of markers so they're all about the same for any given size.

@aashish24
Copy link
Contributor

👍 This is awful 😢 we should fix this. May be 3.0 or earlier

@doutriaux1
Copy link
Contributor

migrated

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

No branches or pull requests

3 participants