vcoppe
0733562c0d
progress
2025-10-05 19:34:05 +02:00
vcoppe
1cc07901f6
progress
2025-06-21 21:07:36 +02:00
vcoppe
f0230d4634
commit before upgrading to tailwind 4
2025-06-08 16:32:41 +02:00
vcoppe
228ad1044e
remove svelte-i18n dependency, replace with minimalistic implementation
2025-06-08 13:49:39 +02:00
vcoppe
f4879a9e8a
update routing server url
2025-03-30 20:30:22 +02:00
vcoppe
c8e09fcd90
better handle time updates with weird original data
2025-03-22 15:54:13 +01:00
vcoppe
82d8b5d61e
revert
2025-03-22 13:38:07 +01:00
vcoppe
47692656e4
use new routing server
2025-03-22 13:32:45 +01:00
vcoppe
0b457f9a1e
prettier config + format all, closes #175
2025-02-02 11:17:22 +01:00
vcoppe
453ae55db0
remember split type, part of #145
2025-01-25 13:35:21 +01:00
vcoppe
7a80e9e104
rename "vertical file list" to "file tree"
2024-12-28 15:52:29 +01:00
vcoppe
b841326e19
finer tolerances for minify tool, closes #150
2024-12-24 16:40:48 +01:00
vcoppe
193c77e51a
fix xml output for osm attributes
2024-10-08 12:04:07 +02:00
vcoppe
d7a02f714a
add highway info to elevation profile, closes #65
2024-10-03 18:14:01 +02:00
vcoppe
3ef98b2110
improve mapillary integration, closes #127
2024-10-02 18:52:02 +02:00
vcoppe
11934e5825
option to remove time gaps when merging
2024-10-01 13:17:39 +02:00
vcoppe
db881cbaf1
disable poi form inputs if no selection
2024-09-30 13:10:15 +02:00
vcoppe
4cacafa381
fix layout shift
2024-09-30 12:56:58 +02:00
vcoppe
ce974d7791
add multiple selection tip
2024-09-26 13:31:19 +02:00
vcoppe
74d37f1d45
more aria labels
2024-09-23 17:46:10 +02:00
vcoppe
56e4522da7
fix surface
2024-09-22 13:05:28 +02:00
vcoppe
f94edf3e3a
fix urls
2024-09-20 10:15:28 +02:00
vcoppe
9a0d54c684
do not use locale time string, gives different formats and causes errors
2024-09-12 16:05:54 +02:00
vcoppe
71c88b15c6
small ui improvements
2024-09-06 13:36:36 +02:00
vcoppe
25a3df5756
fix time input for iOS
2024-09-05 10:23:34 +02:00
vcoppe
9d5391805d
fix consecutive splits
2024-09-05 09:51:43 +02:00
vcoppe
30cc709627
add link to docs
2024-09-04 19:39:22 +02:00
vcoppe
8985623639
add elevation tool
2024-09-04 19:11:56 +02:00
vcoppe
9ba07ce1ed
Merge branch 'dev' into elevation-tool
2024-09-04 15:18:44 +02:00
vcoppe
0757efcb79
get all previous point additional data when inserting new anchor
2024-09-04 14:46:08 +02:00
vcoppe
5be02d1c36
add new anchors by clicking on the temporary one
2024-09-04 14:42:26 +02:00
vcoppe
2612eb2e91
update selected routing profile label when locale changes
2024-09-04 13:36:19 +02:00
vcoppe
a1b5fe6352
realistic timestamps option
2024-08-29 18:37:06 +02:00
vcoppe
a23fea3d98
fix split control icon color for dark theme
2024-08-26 17:57:22 +02:00
mbof
766ebe0275
Add support for nautical units ( #61 ) ( #66 )
...
* Add support for nautical units
* Make panel reactive to unit changes even after pushing down conversions into utility functions.
* Fix issue: km->mph conversion was not done right.
* Add support for nautical units to the Time dialog.
* Add support for nautical units to the embedding view and embedding playground.
* add missing parameter and rename
* "npx prettier" pass on the files changed in this PR
Does not include changes to `website/src/lib/db.ts`, because there would otherwise be lots of unrelated formatting changes
* Change elevation unit to meters for 'nautical' distances.
* hide elevation decimals
---------
Co-authored-by: bdbkun <1308709+mbof@users.noreply.github.com >
Co-authored-by: vcoppe <vianney.coppe@gmail.com >
2024-08-26 12:51:05 +02:00
vcoppe
e42dd6e144
fix stats slice bug, closes #67
2024-08-22 14:56:39 +02:00
vcoppe
b5fd8ea09b
refine routing controls interactions
2024-08-22 10:41:04 +02:00
vcoppe
1a4ae96782
fix routing anchor visibility for any bearing
2024-08-19 12:55:17 +02:00
vcoppe
069a598429
extract redundant code in helper function
2024-08-13 14:58:15 +02:00
vcoppe
795b85da13
show alphabetically sorted list of POI icons
2024-08-11 19:43:28 +02:00
vcoppe
ad22ad8caa
improve routing details
2024-08-11 17:40:47 +02:00
vcoppe
c600b25921
fix several time input issues, closes #47
2024-08-11 00:02:53 +02:00
vcoppe
5b877e1ef5
fix imperial speed input, closes #46
2024-08-09 23:28:59 +02:00
vcoppe
143dd71f4a
allow HTML in wpt desc, and handle link field
2024-08-09 16:22:32 +02:00
vcoppe
00d6c9b45d
waypoint sym icons, and change layer color design
2024-08-08 23:20:09 +02:00
vcoppe
f10b18afe2
handle waypoint symbols
2024-08-08 17:52:11 +02:00
vcoppe
8dee6db813
add link to docs in help boxes
2024-08-07 16:54:48 +02:00
vcoppe
d7c756e471
time management improvements for routing tool
2024-08-07 16:22:22 +02:00
vcoppe
61c6a29d64
fix elevation artefacts when routing
2024-08-06 16:08:17 +02:00
vcoppe
6f946a0075
fix crop selection from elevation profile, and improve for dark mode, closes #41
2024-08-05 18:16:28 +02:00