tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
937 stars 133 forks source link

GPX download is in UTF-8 BOM #603

Closed boldtrn closed 1 year ago

boldtrn commented 1 year ago

Not a super serious issue, but I wanted to report it, as it cost me quite a bit to track down.

Exported gpx files are in UTF-8 BOM, which can require reading applications to exclude the BOM.

You can check this like:

# file export.gpx
export.gpx: XML 1.0 document text, UTF-8 Unicode (with BOM) text, with very long lines

Other GPX files are:

other.gpx: XML 1.0 document text, UTF-8 Unicode text
simon04 commented 1 year ago

Fixed on https://tyrasd.github.io/overpass-turbo/ via 3ccdff385234b067ac60c69d74bcdc79fedf66fd.