mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
feat: add GPX file support in AdventureModal and improve map marker handling
This commit is contained in:
parent
6e28e5234e
commit
3f30819d25
2 changed files with 45 additions and 41 deletions
|
@ -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}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue