-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bug with leaflet 1.1 #33
Comments
+1 |
1 similar comment
+1 |
+1 |
Hi, In styledLayerControl.js rename _initLayout: function() to _initCustomLayout: function() line 148. Now line 43 in function onAdd() , add a call to this._initCustomLayout(); after the this._initLayout() and before this._update(); |
This error came back with [email protected] :-( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce
collapsed
tofalse
What behaviour I'm expecting and which behaviour I'm seeing
This extended ControlLayer worked well with Leaflet 1.0.3.
It still works, but triggers an error in the web console:
Minimal example reproducing the issue
Full example without overlays: (it's the same error with or without overlays)
https://playground-leaflet.rhcloud.com/heki/edit
The text was updated successfully, but these errors were encountered: