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

Fix dash array discontinuities across tiles #3

Open
aaime opened this issue Jul 9, 2017 · 0 comments
Open

Fix dash array discontinuities across tiles #3

aaime opened this issue Jul 9, 2017 · 0 comments

Comments

@aaime
Copy link
Owner

aaime commented Jul 9, 2017

Currently there are visible discontinuities in dash array across tiles. osm-bright solves that by disallowing line clipping, however this would cause OOM in the default JVM (probably not with Marlin, to be verified).
We'd need some smart clipping that walks the perimeter of the line instead, and cuts outside the view, at a integer number of pattern cycles from the beginning of the line. This is certainly expensive, so to be activated using a vendor option.

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

No branches or pull requests

1 participant