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

Change default circle granularity #2173

Closed
pjcozzi opened this issue Oct 2, 2014 · 2 comments
Closed

Change default circle granularity #2173

pjcozzi opened this issue Oct 2, 2014 · 2 comments
Assignees
Labels

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Oct 2, 2014

People often complain about the performance:

Let's do this for all granularity-related geometries.

A related idea is, in addition to granularity, to have something like resolution (or whatever) that is just low, medium, and high for ease of use.

@pjcozzi pjcozzi added the cleanup label Oct 2, 2014
@mramato
Copy link
Member

mramato commented Oct 2, 2014

I think the main problem is that the ellipse geometry uses many more vertices at the same granularity as a polygon does. See #1515. I think a pass on all geometries for a decent default granularity is probably good enough; but If users still run into issues after that then I would be open to trying out a resolution property. Another idea would be to add a global low/medium/high setting that affects all geometry. Users would still be able to override individual geometries by passing in a granularity, but if no granularity is supplied, one is selected based on the global low/medium/high setting.

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Nov 25, 2014

@pjcozzi pjcozzi closed this as completed Nov 25, 2014
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

3 participants