feat: routes editor - split route

This commit is contained in:
Azgaar 2024-06-23 15:43:11 +02:00
parent cd45c3a01b
commit 41354a857e
5 changed files with 154 additions and 55 deletions

View file

@ -2937,6 +2937,11 @@
data-tip="Create a new route selecting route cells"
class="icon-map-pin"
></button>
<button
id="routeSplit"
data-tip="Click on a control point to split the route there"
class="icon-unlink"
></button>
<button
id="routeElevationProfile"
data-tip="Show the elevation profile for the route"
@ -8120,6 +8125,7 @@
<script src="utils/stringUtils.js"></script>
<script src="utils/languageUtils.js"></script>
<script src="utils/unitUtils.js?v=1.87.00"></script>
<script defer src="utils/debugUtils.js"></script>
<script src="modules/voronoi.js"></script>
<script src="config/heightmap-templates.js"></script>