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
Seems when the renderer option is set to svg() leaflet-textpath breaks.
Specifically line 78 in leaflet.textpath.js: var svg = this._map._renderer._container;
This could either be a problem with leaflet not setting ._map._renderer or textpath reading ._container from the wrong field.