maps updates

This commit is contained in:
2025-07-03 20:03:04 -06:00
parent 9e0f23bebc
commit ee53522078
14 changed files with 1770 additions and 863 deletions

View File

@@ -36,6 +36,9 @@
<button id="geolocate-btn" class="btn btn-primary" title="Find my location">
<span class="btn-icon">📍</span><span class="btn-text">My Location</span>
</button>
<button id="toggle-start-location-btn" class="btn btn-secondary" title="Toggle start location marker">
<span class="btn-icon">📍</span><span class="btn-text">Hide Start Location</span>
</button>
<button id="add-location-btn" class="btn btn-success" title="Add location at map center">
<span class="btn-icon"></span><span class="btn-text">Add Location Here</span>
</button>