Misplaced direction path

Hello,

i got these 2 results querying a path and its reverse way in a Leaflet map with this plugin:

1)

  1. coordinates: 12.545458,42.69317|12.636344,42.561627
  2. instructions: true
  3. instructions_format: html
  4. geometry_format: geojson
  5. units: m
  6. preference: fastest
  7. profile: driving-car
  8. attributes: detourfactor|percentage
  9. geometry: true

2)

  1. coordinates: 12.636344,42.561627|12.545458,42.69317
  2. instructions: true
  3. instructions_format: html
  4. geometry_format: geojson
  5. units: m
  6. preference: fastest
  7. profile: driving-car
  8. attributes: detourfactor|percentage
  9. geometry: true

What kind of issue can be related to?

Hi @dmzone, this is not a problem with openrouteservice, but with the plugin you are using.
Here are the two requests using maps.openrouteservice:

You could create an issue in the plugin repository
Best regards

1 Like