
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.
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.