localisation

This commit is contained in:
Polen 2026-04-08 11:25:14 -04:00
parent f56325de5f
commit 0ef15af420
3 changed files with 76 additions and 44 deletions

View file

@ -66,7 +66,10 @@
</div>
<div id="filter-backdrop"></div>
<div id="last-updated" class="map-panel">{{.LastUpdated}}</div>
<button id="locate-btn" aria-label="Ma position" title="Ma position">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3"/></svg>
</button>
<div id="last-updated" hidden>{{.LastUpdated}}</div>
</div>
<script>