Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Dec 12, 2024
1 parent 2f7697c commit e2359b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ CHANGELOG
- When adding a via-point to a linear object's topology, it is now required to drop the new marker onto a path before the updated route is displayed, as the preview is no longer available when dragging the marker. This is due to the route computation now being performed on the backend. For more information, see https://github.com/GeotrekCE/Geotrek-admin/issues/4286
- After adding new paths, pre-existing topologies can follow routes that are no longer the shortest. When editing topology-based linear objects through the interface, their route will no longer be automatically recomputed to the shortest option, which was unwanted behavior. This means you might now encounter topologies that take a detour despite not using a via-point marker. Be careful when editing such a route, as moving or adding neighboring markers will remove the detour. Note: this does not address the topology ordering issue when adding new paths. For more information, see https://github.com/GeotrekCE/Geotrek-admin/issues/4286

**Improvements**

- Optimize routing: computation is now done in the backend using the A* algorithm (#4070)
- Prevent from placing route markers outside of paths or on unreachable paths (#4070)

**Bug fixes**

- Fix editing of topology-based linear objects via the interface: objects are no longer automatically rerouted (#4070)

**Documentation**

- Update theme color
Expand Down

0 comments on commit e2359b7

Please sign in to comment.