Eric van der Vlist
|
acc1d7cc1e
|
(Re)Adding background geolocation.
|
2022-12-13 20:59:39 +01:00 |
Eric van der Vlist
|
90fb0e6944
|
First version of the new importer (stiil needs to convert non timed tracks into routes).
|
2022-12-13 12:41:13 +01:00 |
Eric van der Vlist
|
31bec02496
|
Starting to implement a proper UI for GPX import.
|
2022-12-11 16:20:34 +01:00 |
Eric van der Vlist
|
3a5f5260c8
|
Replacing PouchDB indexes (used only to get the list of Gpxes by a custom implementation.
|
2022-12-11 10:45:08 +01:00 |
Eric van der Vlist
|
b2955c8bbd
|
More robust GPX parsing
|
2022-12-10 21:39:58 +01:00 |
Eric van der Vlist
|
86a8c823f1
|
Changing Gpx and Trkpt indexes so that GPX are sorted by datetime desc and Trkpt use their timestamp as indexes.
|
2022-12-10 18:31:51 +01:00 |
Eric van der Vlist
|
5de30283b1
|
Reintroducing WebWorkers (pfeeew, Vite makes it tough !)
|
2022-11-26 19:36:55 +01:00 |
Eric van der Vlist
|
e75b2f670c
|
Starting again...
|
2022-11-22 08:19:52 +01:00 |
Eric van der Vlist
|
c731c6a7e6
|
Testing the onContextMenu event.
|
2022-11-17 23:33:57 +01:00 |
Eric van der Vlist
|
7c09a5536a
|
Adding a simple cache to keep track of points
|
2022-11-17 23:04:47 +01:00 |
Eric van der Vlist
|
ef3759079c
|
Displaying GPX tracks (1st attempt)
|
2022-11-17 12:55:00 +01:00 |
Eric van der Vlist
|
d86d63ca61
|
Starting to implement GPX visualization.
|
2022-11-15 20:19:14 +01:00 |
Eric van der Vlist
|
947f4dff3a
|
Adding a new URI for GPX technical data and changing the index of wpt, rte and trk.
|
2022-11-15 14:39:52 +01:00 |
Eric van der Vlist
|
5fdd63103e
|
Reimplementing GPX imports.
|
2022-11-14 18:35:04 +01:00 |
Eric van der Vlist
|
a2d0e8cf6a
|
Retrieving GPX import from master.
|
2022-11-14 14:13:12 +01:00 |
Eric van der Vlist
|
68ebdbdbf6
|
Using plainnumbers instead of BigInts for GPXids.
|
2022-11-14 11:39:37 +01:00 |
Eric van der Vlist
|
00ad6285d0
|
Updating pouchdb keys based on an updated version of docuri.
|
2022-11-13 20:02:11 +01:00 |
Eric van der Vlist
|
26486b65b9
|
Cleanup and starting to implements tracks.
|
2022-11-07 22:12:50 +01:00 |
Eric van der Vlist
|
84e1ece691
|
PouchDB init
|
2022-11-03 17:27:02 +01:00 |
Eric van der Vlist
|
7b5abaccd3
|
Refactoring to split logic between `<Map>` and a brand new `<LiveMap>` component.
|
2022-10-31 15:02:46 +01:00 |
Eric van der Vlist
|
a4bd11aab0
|
Restarting from scratch
|
2022-10-17 10:08:00 +02:00 |
Eric van der Vlist
|
ed951208e8
|
Adding a few files which are currently not used before a huge refactoring...
|
2022-10-17 09:41:27 +02:00 |
Eric van der Vlist
|
c0015a7cfa
|
Creating a mechanism to store settings both in the database and in redux.
|
2022-10-03 21:08:27 +02:00 |
Eric van der Vlist
|
062288ebdc
|
Fixing a bug in the GPX importer library (#19)
|
2022-10-03 15:37:10 +02:00 |
Eric van der Vlist
|
0d1cdf39de
|
Testing DocURI (#4 and #15)
|
2022-10-03 11:08:47 +02:00 |
Eric van der Vlist
|
11c2a1713f
|
Firstattempt to reduce te number of points when recording a track (#13): the minimal distance is now 10m and a filter with a minimal time of 15s has been added.
This should now be tested on the road !
|
2022-10-02 21:52:02 +02:00 |
Eric van der Vlist
|
924dd47395
|
Move the current location on the map while recording (#12)
|
2022-10-02 21:00:38 +02:00 |
Eric van der Vlist
|
2fe7452811
|
Adding the possibility to delete tracks, moving the import button into the track browser, changing the background geolocation precision to 5m and adding a couple of calls to db.compact() and db.viewCleanup().
|
2022-09-28 09:46:57 +02:00 |
Eric van der Vlist
|
5119354137
|
Creating a library for modal animations.
|
2022-09-27 22:06:20 +02:00 |
Eric van der Vlist
|
fafde7b831
|
Starting to refactor to store track points independently from their tracks (WIP) (#3)
|
2022-09-26 01:46:19 +02:00 |
Eric van der Vlist
|
20ae635d3f
|
Storing the current track in pouchdb.
|
2022-09-25 08:46:05 +02:00 |
Eric van der Vlist
|
82997cd53f
|
Re-implementing the background geolocation (not yet stored in a track)
|
2022-09-24 18:56:41 +02:00 |
Eric van der Vlist
|
3856e4b516
|
Displaying a GPX track
|
2022-09-22 23:05:50 +02:00 |
Eric van der Vlist
|
a559a37952
|
Parsing GPX files.
|
2022-09-22 21:50:39 +02:00 |
Eric van der Vlist
|
db0761efd1
|
Refactoring (in progress) to put most of the logic in Redux reducers.
|
2022-09-13 18:17:08 +02:00 |
Eric van der Vlist
|
fd79fba51f
|
Using tiles.
|
2022-09-12 16:45:27 +02:00 |
Eric van der Vlist
|
716d05fb3e
|
Starting again with what has been developed as sandbox/map.
|
2022-09-11 20:01:12 +02:00 |
Eric van der Vlist
|
9e8aec244e
|
Attempt to create a new, more react friendly slippy map library.
|
2022-09-06 00:08:17 +02:00 |
Eric van der Vlist
|
a154a5aa44
|
Refactoring (moving geolocation in a library)
|
2022-09-04 22:45:20 +02:00 |