-
Notifications
You must be signed in to change notification settings - Fork 114
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
Decorators drawn outside of line boundaries when zoomed out #86
Comments
crowmagnumb
added a commit
to animalus/Leaflet.PolylineDecorator
that referenced
this issue
Jul 2, 2018
…when zoomed out
I have submitted a pull request that fixes this for me. |
Having the exact same problem, this pull request fixes the bug. |
plepe
added a commit
to plepe/Leaflet.PolylineDecorator
that referenced
this issue
Nov 12, 2018
plepe
added a commit
to plepe/Leaflet.PolylineDecorator
that referenced
this issue
Nov 12, 2018
plepe
added a commit
to plepe/Leaflet.PolylineDecorator
that referenced
this issue
Nov 12, 2018
briquet
added a commit
to Polyconseil/Leaflet.PolylineDecorator
that referenced
this issue
Sep 12, 2019
briquet
added a commit
to Polyconseil/Leaflet.PolylineDecorator
that referenced
this issue
Sep 12, 2019
briquet
added a commit
to Polyconseil/Leaflet.PolylineDecorator
that referenced
this issue
Sep 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a line decorator defined as ...
... which results in this which is fine except for a few stray arrows drawn ...
... but further zoomed out looks like this ...
In both cases it should not draw any arrows if they don't fit within the bounds of the line. Not sure how to make this happen. By choosing an offset of zero it helped. Arrowheads still drawn but at least they were clustered near the points. But that doesn't look good zoomed in.
The text was updated successfully, but these errors were encountered: