Getting the following error, "couldn't parse gpx data: xml: encoding \"ISO-8859-1\" declared but Decoder.CharsetReader is nil" Solution would be to add, d.CharsetReader = charset.NewReaderLabel in gpx.go Parse method?
Getting the following error,
"couldn't parse gpx data: xml: encoding "ISO-8859-1" declared but Decoder.CharsetReader is nil"
Solution would be to add,
d.CharsetReader = charset.NewReaderLabel in gpx.go Parse method?