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

Embeded GPX don't Work #116

Closed ThisIsTheWorld closed 3 years ago

ThisIsTheWorld commented 3 years ago

Hello,

As I want to use leaflet locally (not on a server), I need to embed the gpx file in the html code (if not I get an error "Not allowed to load local resource").

so I put the gpx source in : var gpx = '...'; // URL to your GPX file or the GPX itself

but I get an "SyntaxError: Unexpected EOF" when I load the html page.

Thanks

File example : map.zip

ThisIsTheWorld commented 3 years ago

Sorry, my bad. If I remove all return chars in the GPX datas, it's works.