-
Notifications
You must be signed in to change notification settings - Fork 112
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
Support leaflet panes (1.0 feature) #45
Comments
I just created a pull request with changes from my repo. I added the 'pane' option explicitly even though getting it from the layer where the path lies would be even better. This does the trick for now anyway. |
Anything preventing this from getting in? |
Don't know how it looks in your case, but I even get errors like:
Can this PR be merged? |
Having the same issue |
This issue should be addressed in this PR #94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in my project I am using leaflet panes http://leafletjs.com/examples/map-panes.html
It turns out that this plugin does not consider them at all, hence the paths get drawn in the custom pane while the text is drawn on the overlay pane. This leads to paths been shown above other features while text gets drawn below them. It would be great if the plugin could check on which pane its path gets drawn and put the text on the same one accordingly.
The text was updated successfully, but these errors were encountered: