skeate / Leaflet.timeline

Display arbitrary GeoJSON on a map with a timeline slider and play button
https://skeate.github.io/Leaflet.timeline
ISC License
386 stars 67 forks source link

Curved polylines #145

Open adam-kowal opened 4 years ago

adam-kowal commented 4 years ago

I tried to create curved polylines with this plugin with no success. There are a few pllugins but none of them since leaflet.timeline uses GeoJSON. Is there any way that I could make it without many changes in leaflet code? I was thinking about getting paths of svg every time when it changes and converting 'd' attribute of the path to curve the line. But it seems like a bad idea because of too frequent changes of those elements.