mpetazzoni / leaflet-gpx

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

support XML document parsing #93

Closed ddiss closed 4 years ago

ddiss commented 4 years ago

This allows callers to pass in GPX data directly as an XML doc, instead of going through unnecessary serialization.

Signed-off-by: David Disseldorp ddiss@samba.org

ddiss commented 4 years ago

Hmm, I just noticed that this appears to be a duplicate of https://github.com/mpetazzoni/leaflet-gpx/pull/17 .