-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make feature stroke width configureable #95
Comments
Yes, please! It's really difficult to see closely aligned polygons because of the stroke width. Compared with the stock geomap panel, it's borderline unusable in many cases. |
I'm having the same problem. Would there be a temporary (hard-coding) fix to solve this? |
For me removing the stroke or hard-coding its width to zero should resolve my problem. |
Looks like this is related to #76 |
Having many polygons next to each other makes the stroke overlap. When zoomed out, only the top rendered polygons appear. That makes it look like only the top rendered polygon is there.
One way to fix this would be to make the stroke width of polygons configureable. So you would be able to set it to zero.
Another way might be to make the stroke width smaller when the view is zoomed out.
Screenshots:
Zoomed in area:
Same area, zoomed out: (the green polygons "disappeared")
The text was updated successfully, but these errors were encountered: