A route could not be processed — malformed GPX, a parse failure, an empty track.
Code: ROUTE_ERROR.
ROUTE_ERROR
throw new GeoLeaf.Errors.RouteError("Failed to parse GPX: invalid XML", { url: "route.gpx", parseError: "Unexpected end of input",}); Copy
throw new GeoLeaf.Errors.RouteError("Failed to parse GPX: invalid XML", { url: "route.gpx", parseError: "Unexpected end of input",});
Returns a string representation of an object.
A route could not be processed — malformed GPX, a parse failure, an empty track.
Code:
ROUTE_ERROR.Example