Skip to content

Geotrek-admin 2.113.0

Latest
Compare
Choose a tag to compare
@justinefricou justinefricou released this 30 Jan 15:19
· 43 commits to master since this release

💥 Breaking changes

This version uses pgRouting. You need to install this extension in your database before upgrading to this version. See :
https://geotrek.readthedocs.io/en/latest/install/upgrade.html#from-geotrek-admin-2-113-0

⚠️ Warnings

  • The database migration to this version might take several minutes due to the generation of pgRouting's network topology.

  • 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 #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 #4286

What's Changed

💫 Improvements

⚡ Performances

🏗️ Maintenance

Full Changelog: 2.112.0...2.113.0