You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
If your problem is having the label partially hidden behind the marker, is happens because as of now, this class adds the label to the mapPane, which is the lowest of the panes Object.
if you replace
panes.mapPane.appendChild(canvas);
with
panes.overlayMouseTarget.appendChild(canvas);
Then the label will be appended to the overlayMouseTarget pane, which is above the markerLayer pane.
Hi,
How do I position the label above my marker?
Thanks.
The text was updated successfully, but these errors were encountered: