Skip to content

Commit

Permalink
Add warnings to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Nov 28, 2024
1 parent 7c63ad9 commit c653428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CHANGELOG
2.110.0+dev (XXXX-XX-XX)
----------------------------

**Warnings**

- 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

**Bug fixes**

- Fix missing Dockerfile path on make build scripts
Expand Down

0 comments on commit c653428

Please sign in to comment.