diff --git a/docs/src/content/docs/use/create-a-trail.md b/docs/src/content/docs/use/create-a-trail.md index f9a7d5c1..ca4fd441 100644 --- a/docs/src/content/docs/use/create-a-trail.md +++ b/docs/src/content/docs/use/create-a-trail.md @@ -37,6 +37,9 @@ Click the **Draw a route** button to manually define a route on the map. While i - Click on the map to place waypoints - wanderer will automatically route between points using the [Valhalla routing engine](https://github.com/valhalla/valhalla) - You can drag points to reposition them +- The anchor list next to the map shows start, intermediate, and finish points with segment distance and elevation stats +- Hover an item in the anchor list to highlight its marker on the map +- Reorder intermediate anchors from the list to adjust the route sequence - Use the top-left menu to change routing mode (e.g. walking, cycling) - To remove a point, click on it and then click the red trash icon @@ -105,4 +108,3 @@ To learn more about summit logs visit the [dedicated section](/use/summit-logs) ## Step 6: Save the trail When you're done, click to persist your trail to the database. This will also re-index it for search and display it in your trail list. - diff --git a/web/src/lib/components/base/dropdown.svelte b/web/src/lib/components/base/dropdown.svelte index 3b64c82d..6de69796 100644 --- a/web/src/lib/components/base/dropdown.svelte +++ b/web/src/lib/components/base/dropdown.svelte @@ -4,6 +4,7 @@ value: any; icon?: string; separator?: boolean; + danger?: boolean; }; @@ -138,6 +139,8 @@ {:else}