Commit Graph

152 Commits

Author SHA1 Message Date
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
9c85a014da clarify elevation vs elevation gain/loss 2024-09-04 19:34:28 +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
vcoppe
1f6bf60927 show anchor point dialog also on contextmenu, closes #33 2024-08-05 16:31:47 +02:00
vcoppe
a7f6e62242 remove console logs 2024-07-25 19:18:10 +02:00
vcoppe
5ab1b77227 update scissors tool, closes #20 2024-07-25 16:15:44 +02:00
vcoppe
f4fc667b03 facilitate route editing on touch devices 2024-07-24 15:17:41 +02:00
vcoppe
d62ba77ecb add gravel bike profile 2024-07-23 19:26:11 +02:00
vcoppe
2039a1d44e finer grained anchors points at high zoom levels, related to #16 2024-07-23 15:55:16 +02:00
vcoppe
d81d189cdf elevation tool test 2024-07-19 13:18:38 +02:00
vcoppe
48aa88489e refactor elevation queries 2024-07-19 13:17:23 +02:00
vcoppe
d6c0e403f9 fix time with routing issue 2024-07-18 10:43:38 +02:00
vcoppe
3f6f9a8844 fallback elevation value for smoothing and after routing 2024-07-18 00:12:59 +02:00
vcoppe
c8a8ff70b2 Merge branch 'overpass-layer' 2024-07-17 23:11:43 +02:00
vcoppe
92a1c600d0 add overpass poi to file 2024-07-17 23:05:17 +02:00
vcoppe
031184b086 fix routing issue with time data 2024-07-17 19:59:45 +02:00
vcoppe
d0d35468ea routing shortcut 2024-07-16 15:48:01 +02:00
vcoppe
4c6633d81d try to fix empty routing profile at first load 2024-07-16 12:24:57 +02:00
vcoppe
e88dbafead enable routing tool without selection, and support multi-select 2024-07-16 12:17:23 +02:00
vcoppe
b8e03cf947 fix mounting and destroying issues 2024-07-13 11:42:21 +02:00
vcoppe
a7f9e082e4 fix double-click in checkbox and select inputs 2024-07-12 12:19:03 +02:00
vcoppe
7daf26aa5f finish tools docs 2024-07-10 15:09:52 +02:00
vcoppe
cb4abedc16 small progress 2024-07-10 00:11:47 +02:00
vcoppe
bdcc554aaf fix routing controls visibility on edges of the map 2024-07-09 23:41:38 +02:00