I'm attempting to import a route but it fails every time. The error message is not helpful at all, it just says "An error occurred with your upload. Please try again."
If Garmin Connect cannot parse the GPX for some reason it ought to say.
The route is a simple direct route and I've made a copy having cut out the middle route points (yes I understand XML) and pasted it below. This also fails to import.
Both routes import into BaseCamp with no problems.
Can anyone advise ?
<?xml version="1.0"?>
<gpx version="1.1"
xmlns="www.topografix.com/.../1"
xmlns:xsi="www.w3.org/.../XMLSchema-instance"
xsi:schemaLocation="www.topografix.com/.../1
www.topografix.com/.../gpx.xsd">
<rte>
<name>20180405</name>
<rtept lat="53.54044" lon="-2.63724">
</rtept>
<rtept lat="53.54016" lon="-2.63686">
</rtept>
</rte>
</gpx>