mpetazzoni / leaflet-gpx

A GPX track plugin for Leaflet.js
http://mpetazzoni.github.io/leaflet-gpx
BSD 2-Clause "Simplified" License
550 stars 119 forks source link

ES Module #155

Closed mjpoo closed 7 months ago

mjpoo commented 7 months ago

Hi @mpetazzoni Do you know if leaflet-gpx is available as an ES Module (rather than UMD)? The reason I ask is because I would like to use it efficiently in Angular. Many thanks, Mike

mpetazzoni commented 7 months ago

Not yet – I'm not sure how best to support both use cases. You can see https://github.com/mpetazzoni/leaflet-gpx/issues/153 for a related discussion. I'll close this issue as duplicate.

mjpoo commented 7 months ago

Many thanks @mpetazzoni, I will keep an eye on developments there. It's worth noting that Leaflet will be ESM rather than ES5 from version 2. A development version is available on their download page.