Use proper GPX mimetype

fix #1225
This commit is contained in:
Yohan Boniface 2023-07-24 09:33:20 +02:00
parent a9d612bf6c
commit 429e5d0b93

View file

@ -1032,7 +1032,7 @@ L.U.Map.include({
return togpx(map.toGeoJSON())
},
ext: '.gpx',
filetype: 'application/xml',
filetype: 'application/gpx+xml',
},
kml: {
formatter: function (map) {