Version 1.7.2
Debugging
- Ignored synthetic mouse events that follow touch input on iPhone so one tap is no longer counted twice.
- Reduced the chance of mobile feature auto-complete caused by duplicate touch/mouse tap handling.
Version 1.7.1
Debugging
- Updated Clear button label to show Clear Vertex or Clear Feature based on the active clear mode.
- Reduced accidental mobile auto-complete by requiring double-tap completion to occur very close to the most recent draft vertex.
- Fixed Clear Vertex behavior so it no longer removes an entire line/polygon when the feature is already at its minimum vertex count.
Version 1.7.0
Features
- Changed drawing flow so the Feature tool is now the only way to create points, lines, and polygons.
- Changed the Measure tool into an inspect tool that taps an existing line or polygon to show distance and area.
- Added Clear options for Clear Vertex, Clear Feature, and Clear Map.
- Added line and polygon color editing using the same color palette as point features.
Debugging
- Removed the default Point label on newly dropped points so labels only appear when the user sets them.
- Removed the old measure-drawing overlap that was contributing to unexpected mobile auto-complete behavior.
Version 1.6.5
Features
- Added a Stop Nav button in the top HUD so active navigation can be cancelled at any time.
- Explore mode can now tap existing line/polygon features to show their distance/area summary.
Debugging
- Hardened touch/mouse tap detection to reduce random point drops and unintended polygon/area auto-completion.
- Removed automatic numeric point labeling for manually dropped points to prevent recurring numbering glitches.
- Improved pan/tap interaction behavior so overlays stay synchronized during map movement.
Version 1.6.4
Debugging
- Release version bumped to keep the app, welcome screen, and updates page aligned.
Version 1.6.3
Features
- Selecting a line or polygon vertex now opens a feature-level editor with editable Feature Name and Feature Comment fields.
- Vertex navigation remains available and still routes to the selected vertex.
Debugging
- Fixed the select-tool glitch that prevented editing line/polygon metadata after selection.
Version 1.6.2
Features
- Double-tap on the map while drawing a line or area to commit it as a completed feature and begin a new one.
- Vertex editor now shows the parent feature name and comment and navigates to the selected vertex.
Debugging
- Fixed drawing continuation bug where reopening the Feature picker and selecting a new geometry type would add to the existing in-progress path instead of starting fresh.
Version 1.6.0
Features
- Added KML append import for points, lines, and polygons.
- Added Export KML button per saved map; exported filename format is MAPNAME_GEONAV.kml.
- Added Navigate action in point editor and vertex navigation support for line/polygon selections.
- Navigation now draws a dashed route line and shows a directional arrow while in motion.
Debugging
- Navigation auto-pauses to blue-dot mode while stationary and auto-completes within 15 feet of target.
- Extended build/deploy support to keep updates history page and app versioning in sync.
Version 1.5.1
Features
- Updated the Measure tool to open a picker and choose Line or Area before drawing.
- Kept measurement drawing behavior aligned with the Feature tool interaction model.
Debugging
- Fixed update-link deployment by including updates.html as a Vite build entry so the version link opens in production.
Version 1.5.0
Features
- Added Feature tool flow with Point, Line, and Polygon options.
- Changed the version label on the welcome screen into a clickable updates log link.
- Made point auto-numbering deterministic by deriving the next number from existing numeric feature labels.
Debugging
- Fixed the semi-transparent top ribbon overlap on phones by anchoring status ribbons below the top HUD using safe-area-aware spacing.
- Corrected the undo icon path so the arrow head and stem align cleanly.
Version 1.4.0
Features
- Added unit settings for distance and area display conversions.
- Added measurement selection that pins summary metrics near the top of the map view.
Debugging
- Improved clear-mode hit testing for measurement lines and vertices.
Version 1.3.0
Features
- Added Explore, Select, Clear, and Undo map interaction tools.
- Added point editing with names, comments, and color choices.
Debugging
- Improved selective delete behavior and interaction consistency for touch workflows.