Skip to main content
← All releases
v1.11.10

Add mode for waypoints, search result pins, undo/redo, header redesign, and collaborator fixes

This release overhauls how you interact with the map — waypoint creation is now intentional, search results appear as pins you can add to your route, and every action can be undone. The header has been reorganized to put route information front and center.

Add Mode for Waypoints

Clicking the map no longer creates a waypoint by default. Instead, toggle the new Add button in the sidebar toolbar to enter placement mode — your cursor changes to a crosshair, and each click drops a pin. Toggle it off when you’re done, and the map goes back to normal panning. New maps start with Add mode enabled so you can get started immediately.

Search Result Markers

When you search for a place, matching results now appear as red pin markers directly on the map. Click or right-click any pin to open a menu with options to add it as a waypoint at the start, middle (optimally positioned), or end of your route. The search panel stays open while you interact with the map, so you can add multiple results without re-searching.

Undo & Redo

Every waypoint action — create, delete, edit, reorder, bypass, and optimize — can now be undone and redone. The undo/redo buttons are always visible in the header at all screen sizes. Keyboard shortcuts work too: Ctrl+Z to undo, Ctrl+Shift+Z to redo.

Header Redesign

Route stats (distance, duration, and waypoint count) have moved from the top header into the breadcrumb bar, where they sit alongside the “Maps / Map Name” path. This frees up header space for the undo/redo buttons and keeps the most important information visible without scrolling.

Map Card Context Menu

The delete button on map cards has been replaced with a three-dot menu offering quick access to Settings, Export, Share, and Delete. The Share modal now opens directly from the dashboard — no need to navigate into the map first.

Smarter Waypoint Clusters

When many waypoints overlap at low zoom, hovering the cluster expands them for selection. Clusters with more than 7 waypoints now expand into a grid layout instead of a fan arc, making it easier to pick the right one. Expanded markers have a stronger shadow to stand out from waypoints behind them.

Collaborator Fixes

Collaborators with editor or admin roles can now toggle Loop mode and update other map settings. Previously, these actions returned a “Map not found” error because the server was checking strict ownership instead of role-based access.

Other Improvements

  • Right-click context menu on waypoint markers now works correctly — left-click also opens it for quick access to bypass and delete
  • Long-press context menus are now touch-only — holding left-click on desktop no longer triggers them accidentally
  • Map cursor uses the default arrow instead of the grab hand, changing to crosshair only in Add mode
  • Route recalculation no longer hides the map behind a loading spinner
  • Large routes (25+ waypoints) fall back to per-leg routing when the full route request fails
  • Map thumbnails auto-refresh when the route changes
  • API responses are no longer cached by the browser, preventing stale data issues