Commit Graph

72 Commits

Author SHA1 Message Date
Adam Goldsmith 55bf9a43b3 Update to Vue3
Also switch from parcel to vite, from vuelayers to vue3-openlayers,
and update openlayers to v6
2022-03-04 13:46:44 -05:00
Adam Goldsmith a7a5daeacf Remove unnecessary `npx` calls in package.json 2022-03-03 16:14:21 -05:00
Adam Goldsmith e9d6d0a733 Switch to PNPM and bump dependencies 2022-03-03 16:04:20 -05:00
Adam Goldsmith 6f0a537a06 Add/apply .prettierrc and .editorconfig 2020-05-04 02:04:44 -04:00
Adam Goldsmith dcb034dc10 Bump dependencies 2020-05-04 01:53:11 -04:00
Adam Goldsmith a228b444ac Make some attempt to optimize packet path drawing 2019-07-16 11:15:37 -04:00
Adam Goldsmith d4826c540c WIP: Almost all functionality of Map rewritten 2019-07-15 20:22:27 -04:00
Adam Goldsmith 87b8f9e9ba WIP: Migrate Map to Vue 2019-07-15 18:08:25 -04:00
Adam Goldsmith 2d9233fabb Keep only non-empty micE/comment 2019-07-13 09:07:18 -04:00
Adam Goldsmith a7455677de Add last micE and last comment to table 2019-07-13 08:48:50 -04:00
Adam Goldsmith 93a2afc4ad Make the table header sticky, so that it can be read when scrolled 2019-07-13 08:20:20 -04:00
Adam Goldsmith 25fd458935 Remove stations when they are sent via TACTICAL with an empty tactical
instead of just adding them with no tactical
2019-07-13 07:52:21 -04:00
Adam Goldsmith 6288493fea Update calls for 2019 Saturday 2019-07-13 05:17:12 -04:00
Adam Goldsmith f5b9057186 Show average period of beacons 2019-07-12 14:47:16 -04:00
Adam Goldsmith 185e07e580 Add handling for empty and missing log directory 2019-07-12 14:35:52 -04:00
Adam Goldsmith 0b301b32f6 Add callsign in brackets next to tactical 2019-07-12 14:35:34 -04:00
Adam Goldsmith b8aa93b6ea Correct Ride Manager Callsign 2019-07-12 06:10:43 -04:00
Adam Goldsmith c3c51765ac Set tracked Stations to 2019 Friday list 2019-07-12 04:18:48 -04:00
Adam Goldsmith 9ce49b5031 Move logs into log folder 2019-07-11 18:09:34 -04:00
Adam Goldsmith 6a755ec5af Add log replay on websocket connect 2019-07-11 17:55:15 -04:00
Adam Goldsmith 7dd98d9a10 Apply prettier to server.js 2019-07-11 17:11:23 -04:00
Adam Goldsmith 26968a8a00 Add ability to add tracked stations via a message to TACTICAL
As per:
http://xastir.org/index.php/Search_and_Rescue_(SAR)#Tactical_Callsigns,
also compatible with APRSISCE/32
2019-07-11 17:03:52 -04:00
Adam Goldsmith c669fde8bd Port StatusScreen (new name) to Vue 2019-07-10 00:16:12 -04:00
Adam Goldsmith 31c0c3be1c Ignore /.cache/ 2019-07-09 14:07:27 -04:00
Adam Goldsmith 2452eef3a6 map: Add points for each packet 2018-08-10 17:25:55 -04:00
Adam Goldsmith cdad5f7da8 map: Allow for nested LayerGroups in layer toggles 2018-08-10 17:25:41 -04:00
Adam Goldsmith 131d6f2e30 map: Slightly simplify digipeater point creation 2018-08-10 12:59:41 -04:00
Adam Goldsmith 6b9aaef2ad map: Put layer toggle control construction in self-invoking function 2018-08-10 12:06:22 -04:00
Adam Goldsmith b3d36aa030 map: add Prouty 2018 saturday routes 2018-08-10 12:06:19 -04:00
Adam Goldsmith adfc16c917 map: make sure source callsign is trimmed
since the library seems to not do this...
2018-08-09 20:47:37 -04:00
Adam Goldsmith c5cf330238 map: Add a button to set the state of all children of a LayerGroup 2018-08-09 20:26:31 -04:00
Adam Goldsmith 3b1ba37435 map: clean up, use transformGeometry function where appropriate 2018-08-05 00:11:03 +01:00
Adam Goldsmith bd14d1fa56 map: separate out station paths into separate layers 2018-08-05 00:10:22 +01:00
Adam Goldsmith 8220194c29 Use public-url ./ for parcel 2018-08-01 10:13:43 +01:00
Adam Goldsmith cd79de89e4 Move css into separate files 2018-08-01 10:13:14 +01:00
Adam Goldsmith 8ec3b8d230 map: Remove arrows from paths
they didn't really help, and made it hard to see things
2018-07-31 21:09:07 +01:00
Adam Goldsmith 3ac5d719de map: offset digi labels from the point for visibility 2018-07-31 21:08:06 +01:00
Adam Goldsmith 5ecd2d69da map: merge color generation code stuff 2018-07-31 20:56:50 +01:00
Adam Goldsmith 9e863b8ec7 map: Split packet paths by digipeater, allow hiding individually 2018-07-23 17:09:06 -04:00
Adam Goldsmith dc72da37f6 Add some simple toggles for (named) layers 2018-07-21 18:02:49 -04:00
Adam Goldsmith 146f9f7bd2 Set path style in layer, rather than per feature 2018-07-21 12:08:21 -04:00
Adam Goldsmith ae14553891 Add digipeater and packet path plotting 2018-07-21 12:07:23 -04:00
Adam Goldsmith 90d8bf05cc Move parser and vector layer into related functions 2018-07-19 13:18:41 -04:00
Adam Goldsmith 1aa1852b2d map: rearrange code a bit, fix arrows on paths 2018-07-19 11:50:13 -04:00
Adam Goldsmith 8ac715b787 Switch to parceljs, add intial map stuff 2018-07-19 11:01:31 -04:00
Adam Goldsmith 635a85aeab Move aprs parsing to client side using webpack 2018-07-18 12:37:03 -04:00
Adam Goldsmith 7f28f99ea3 Store stations list in localStorage for persistence across refresh 2018-07-15 15:18:03 -04:00
Adam Goldsmith 3bfdec5b45 Store date in packet as milliseconds
in prep for storing in localStorage
may wish to revert some of this later
2018-07-15 15:18:03 -04:00
Adam Goldsmith b2e1395f9d Alphabetically sort stations 2018-07-15 15:18:03 -04:00
Adam Goldsmith 9792adcb89 Change trackedStations list to Saturday 2018-07-15 15:18:03 -04:00