ors-map-client icon indicating copy to clipboard operation
ors-map-client copied to clipboard

Bug while import GPX-File

Open ThomasMeister123 opened this issue 3 years ago • 0 comments

The waypoints (between start- and endpoint) are not importet correct.

see here: https://ask.openrouteservice.org/t/bug-importing-gpx-in-the-new-client/3938

Example-File:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<gpx version="1.1" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
 <rte>
    <name>Werdum-Emden</name>
     <rtept lon="7.7207505756368136" lat="53.656485556909345">
       <name>R01</name>
     </rtept>
     <rtept lon="7.26563" lat="53.57919">
       <name>R02</name>
     </rtept>
     <rtept lon="7.429760621673237" lat="53.553098667206335">
       <name>R03</name>
     </rtept>
     <rtept lon="7.480432417027723" lat="53.467999353556">
       <name>R04</name>
     </rtept>
     <rtept lon="7.263568503241788" lat="53.33477159079904">
       <name>R05</name>
     </rtept>
 </rte>
</gpx>

ThomasMeister123 avatar Jun 07 '22 13:06 ThomasMeister123