trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
213 stars 74 forks source link

Polyline Offset #170

Closed fermumen closed 4 years ago

fermumen commented 5 years ago

Hi, A while ago I created a forked version of Leaflet to include a plugin that I was interested in. plugin: https://github.com/bbecquet/Leaflet.PolylineOffset forked Leaflet: https://github.com/fermumen/leaflet

I was hoping I could add it to leaflet.extras or perhaps as a different package. The main issue is that as it is right now it modifies de the function addPolyline(). I'd appreciate some pointers on the best way to do this.

Best, Fernando

trafficonese commented 4 years ago

Should this be closed here, since there is this PR for Leaflet directly?