Merge pull request #1229 from umap-project/gpx-mimetype

Use proper GPX mimetype
This commit is contained in:
Yohan Boniface 2023-07-25 10:16:58 +02:00 committed by GitHub
commit 5825b54d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {