feat: add join route functionality to routes editor

This commit is contained in:
Azgaar 2024-06-24 17:11:41 +02:00
parent 41354a857e
commit 432bc8bf09
2 changed files with 17 additions and 3 deletions

View file

@ -2937,6 +2937,11 @@
data-tip="Create a new route selecting route cells"
class="icon-map-pin"
></button>
<button
id="routeJoin"
data-tip="Click on control point to join the route to another route that starts or ends there"
class="icon-link"
></button>
<button
id="routeSplit"
data-tip="Click on a control point to split the route there"