Commit Graph

94 Commits

Author SHA1 Message Date
vcoppe
0b457f9a1e prettier config + format all, closes #175 2025-02-02 11:17:22 +01:00
vcoppe
6cb6c88cd1 fix line weight attribute with correct one: line width 2025-01-01 14:40:28 +01:00
vcoppe
dc404706c5 detect and ignore duplicate POIs when merging 2024-12-28 16:14:36 +01:00
vcoppe
7a80e9e104 rename "vertical file list" to "file tree" 2024-12-28 15:52:29 +01:00
vcoppe
acf0750ccb temporary fix for #129 2024-10-02 12:49:08 +02:00
vcoppe
11934e5825 option to remove time gaps when merging 2024-10-01 13:17:39 +02:00
vcoppe
a48da3fcf0 remove debugging info 2024-09-20 13:22:18 +02:00
vcoppe
aa50f1f2b0 rework map bounds logic when opening files from url 2024-09-19 10:35:02 +02:00
vcoppe
5c4181498d add new track/segment to edit menu, and to docs 2024-09-18 16:09:50 +02:00
vcoppe
10e328f2a3 fix some empty actions 2024-09-10 17:42:36 +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
920e7901f4 remove disclaimer 2024-08-29 14:10:40 +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
069a598429 extract redundant code in helper function 2024-08-13 14:58:15 +02:00
vcoppe
b052472411 make overpass data expire after one week 2024-08-12 14:33:31 +02:00
vcoppe
bee1bd9c6a remove heatmap-related stuff 2024-08-11 11:57:01 +02:00
vcoppe
143dd71f4a allow HTML in wpt desc, and handle link field 2024-08-09 16:22:32 +02:00
vcoppe
968e26cd02 fix elevation profile fill not resetting, closes #40 2024-08-08 23:39:58 +02:00
vcoppe
f10b18afe2 handle waypoint symbols 2024-08-08 17:52:11 +02:00
vcoppe
f8dea2a7f1 only center map on files on page load and on file import, closes #36 2024-08-05 17:43:27 +02:00
vcoppe
7d7d312476 split custom basemaps and overlays, and allow reordering 2024-07-25 18:48:11 +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
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
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
9bc5e16351 working overpass layer, and selection 2024-07-17 14:19:04 +02:00
vcoppe
004f08a8d3 rework bounds logic, related to #8 2024-07-17 10:23:04 +02:00
vcoppe
af919c7316 overpass layer progress 2024-07-16 23:57:17 +02:00
vcoppe
e88dbafead enable routing tool without selection, and support multi-select 2024-07-16 12:17:23 +02:00
vcoppe
a85beee1f0 disclaimer message 2024-07-15 13:19:56 +02:00
vcoppe
030f08abfd embedding progress 2024-07-11 18:42:49 +02:00
vcoppe
fcb81e2a96 simplify mode management 2024-07-05 18:47:37 +02:00
vcoppe
cb735db216 about page 2024-07-05 16:08:16 +02:00
vcoppe
76b41dc546 finish reworking immer updates 2024-07-04 16:25:13 +02:00
vcoppe
8643abfafa real incremental immer patches 2024-07-04 02:17:50 +02:00
vcoppe
c5dea0aeda hide any file item and undo-redo it 2024-07-02 20:04:17 +02:00
vcoppe
8e446ec74a rework file actions, closes #3 2024-07-01 12:09:49 +02:00
vcoppe
d11ed1e5b0 decrease default bottom panel size 2024-06-28 15:42:43 +02:00
vcoppe
804a155257 add contextmenu actions to edit menu 2024-06-27 18:23:11 +02:00
vcoppe
a66303cd59 manage overlay opacity 2024-06-26 18:46:03 +02:00
vcoppe
c7fd2fe6b5 custom layers 2024-06-26 17:19:41 +02:00
vcoppe
852f77cf7c resize panels 2024-06-25 16:06:11 +02:00
vcoppe
ad6b1900a1 street view control 2024-06-24 19:41:44 +02:00
vcoppe
cc92ccc193 copy paste file items 2024-06-20 15:18:21 +02:00
vcoppe
a8ef6dcae1 manage file style 2024-06-19 16:15:21 +02:00
vcoppe
5f9d609a04 time data management 2024-06-18 12:35:24 +02:00
vcoppe
4225db3c04 use replaceTrackPoints for merging 2024-06-17 13:33:58 +02:00