Galimatias Nekromoff
Galimatias Nekromoff
Unfortunately, I don't have the code I was testing with as I have made many changes since then. But, just the basic example does not work: ``` L.path.touchHelper(core.paths["5-7717142810"]).addTo(map); Uncaught TypeError:...
I am using the following leaflet extensions: ``` ``` The polyline I am trying to add touchHelper to does not use clustering, but is added to a layer.
Another testing and no error is shown in the console, but no touch thickness is added either: ``` L.path.touchHelper(core.paths["5-909582178"], { extraWeight: 50 }).addTo(map); ```
Maybe more info related: I am declaring layers like this: ` core.layers.layer5 = L.layerGroup();`
I'll try that and report. Thanks.
The solution proposed does not work with Leaflet.TextPath plugin, so no use to me, but thanks. As this plugin is quite old, I would say it's incompatible.