-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
Marker icons not centered when using AnchorAlign.center #467
Comments
Hi, |
Use |
I fix it :) first need markerSize in MarkLayer
in option
DONE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I set up a map with two markers and a polyline between them. I wanted the markers to be centered on the end points of the line. For that I used
AnchorPos.align(AnchorAlign.center)
. But it seems that the markers are not center. Otherwise the points of the polyline are not drawn correctly:Is this a bug or did I miss something?
Is there a way to set the Anchor to the horizontal center, but vertical bottom?
The text was updated successfully, but these errors were encountered: