feat: add GPX file support in AdventureModal and improve map marker handling

This commit is contained in:
Sean Morley
2025-01-21 19:40:56 -05:00
parent 6e28e5234e
commit 3f30819d25
2 changed files with 45 additions and 41 deletions

View File

@@ -990,7 +990,7 @@ it would also work to just use on:click on the MapLibre component itself. -->
type="file"
id="fileInput"
class="file-input file-input-bordered w-full max-w-xs"
accept="image/*,video/*,audio/*,application/pdf"
accept="image/*,video/*,audio/*,application/pdf,.gpx"
bind:this={fileInput}
/>