Matthias Wirth
c8ec51bb9f
autoSelect coords
2023-07-28 10:25:07 +02:00
Roger Howell
e4a4d43577
Add configuration for terrain limit line opacity
2023-06-17 22:58:56 +02:00
Dirk Hohndel
7a75b5427e
add configurable link back to a config page
...
This allows an obvious way from the map display to go back to
a web UI that can configure a feeder setup.
Off by default.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-06-17 22:58:14 +02:00
Matthias Wirth
468555ef70
routeApi stuff
2023-04-21 19:12:49 +02:00
Matthias Wirth
ba61924a02
Merge branch 'routesets' of https://github.com/dirkhh/tar1090
2023-04-18 18:04:00 +02:00
Matthias Wirth
ce46cee26f
Update GPS Location default selectable in config.js
2023-04-13 18:14:02 +02:00
Matthias Wirth
5401e1154d
add URL query parameters for range rings / alt chart
...
implements: https://github.com/wiedehopf/tar1090/pull/235
2023-04-01 16:09:57 +02:00
Dirk Hohndel
98dc25d5fe
Add ability to download route information from an API server
...
This collects the callsigns in question in batches - the first one
after 5 seconds, after that every 10 seconds, and calls a (configurable)
backend server. This server can be run locally or a public server can be
used - right now this is configured for api.adsb.lol.
The feature is turned off by default.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-03-21 07:48:06 -07:00
Matthias Wirth
5b8f5452b6
dyngloberate
2023-02-16 15:57:12 +01:00
Matthias Wirth
73205d38d7
minor comment
2022-09-14 07:23:57 +02:00
Matthias Wirth
2b7949090f
uat bias variable
...
show dual source UAT data in preference when setting that in config.js
2022-08-28 08:42:26 +02:00
Matthias Wirth
441c0e8398
configurable seenTimeout
2022-08-01 00:45:08 +02:00
Matthias Wirth
ddb7713827
config switch to disable geolocation
2022-07-28 15:57:43 +02:00
Matthias Wirth
134705eb0f
kx1t planefence makes funny noises
2022-06-14 11:11:09 +02:00
Matthias Wirth
7512157bd4
tableInView
...
fixes https://github.com/wiedehopf/tar1090/issues/176
2022-04-10 16:46:50 +02:00
Matthias Wirth
0f6ffe8114
kts -> kt
...
reverting a recent change
2022-04-09 08:41:06 +02:00
Matthias Wirth
9ceecda94a
fix some stuff
...
implement some of the changes in https://github.com/wiedehopf/tar1090/pull/173 by getsnoopy
2022-04-09 07:43:53 +02:00
Matthias Wirth
ecd398f90f
make layer from DWD configurable
2022-03-18 22:31:15 +01:00
Matthias Wirth
cd40292ccf
defaultOverlays config var
2022-03-18 22:24:42 +01:00
Matthias Wirth
4a7e4aa897
photo / photo link display logic
2022-01-30 20:52:05 +01:00
Matthias Wirth
89ee71c160
egm96-universal in its own module and only loaded on demand due to size
2022-01-08 12:37:34 +01:00
Matthias Wirth
ac2bde932c
better labeling
...
remove local time ambiguity in labels
add option to show geometric altitude in labels
handle units in track labels the same as in aircraft labels
2022-01-07 22:45:36 +01:00
Matthias Wirth
dab71e5581
toggle for showing label units
2021-12-20 20:09:09 +01:00
Matthias Wirth
980d173208
optionally selecteable support to get images from planespotting.be
2021-11-08 03:34:37 +01:00
Matthias Wirth
846c795cc8
military column
2021-10-03 17:02:43 +02:00
Brian Engert
7a0ceb6409
* support local share links
...
* use URLSearchParams for paramters so we don't need to worry about injection.
2021-09-26 10:53:55 -05:00
Matthias Wirth
3193c7673f
enable dark mode by default
2021-08-14 08:36:14 +02:00
Matthias Wirth
d57bd3c0ad
new toggle to control UTC vs local time on trace timestamps
2021-07-21 20:08:58 +02:00
Matthias Wirth
1b00c0ec7f
configuration options for actual range outline
2021-07-01 08:57:59 +02:00
Matthias Wirth
0d83c919a8
make registration links optional, enabled by default
2021-06-20 08:41:47 +02:00
Matthias Wirth
c659660aa1
meh
2021-06-02 15:20:30 +02:00
Matthias Wirth
80a10c39c7
improve photo caching stuff
...
change planespotter api request
2021-03-13 08:35:12 +01:00
Matthias Wirth
540a43f3bf
fixed height for silhouette container
...
showPictures disables silhouettes as well if only silAvailable and not
showSil is true
2021-03-13 06:41:26 +01:00
Matthias Wirth
59dacee5a5
some more minor changes for displaying planespotter thumbnails
2021-03-12 21:33:41 +01:00
Matthias Wirth
1c91c729ce
some changes to the photo logic
2021-03-12 15:48:34 +01:00
computerjoe314
acc0947342
Add pictures for airplanes
2021-03-12 08:42:10 -05:00
Matthias Wirth
a1375edb7d
allow people to use custom silhouettes
2021-01-28 18:08:46 +01:00
Matthias Wirth
74c8f500de
add range outline dashing as an option
2021-01-27 13:48:41 +01:00
Matthias Wirth
92e8ada3ef
basic dark mode / darker line and icon colors
...
both via settings menu toggles
2020-11-22 23:06:29 +01:00
Matthias Wirth
0b4f840fd0
fix indent of prev commit, clean up circle drawing function
2020-10-17 20:43:36 +02:00
Vlad Kirienko
b63e4a6a83
Allow to show colored range circles. Allow to show dashed line range circles.
...
Based on initial work of abcd567 user know on many ADSB sites.
2020-10-17 20:05:56 +02:00
Matthias Wirth
bb77d65e96
squareMania
2020-09-29 13:24:11 +02:00
Matthias Wirth
261a4a6525
allow filtering for max range in nmi
...
html query parameter ?filterMaxRange=50
config.js: filterMaxRange = 50;
filters out aircraft more than 50 nmi from the Site location
2020-05-23 20:30:06 +02:00
Matthias Wirth
bc2f224350
askLocation config option
2020-04-30 01:13:02 +02:00
Matthias Wirth
611a4e3446
make map dim and contrast configurable
2020-04-20 17:11:26 +02:00
Matthias Wirth
7e7be7d4ae
update config.js tips
2020-04-15 10:20:38 +02:00
Matthias Wirth
730a81de8c
change ground_fixed to ground_tower icon
...
outline width configurable
2020-04-13 09:47:56 +02:00
Matthias Wirth
7818e99048
change icon scaling
2020-04-12 19:54:57 +02:00
Matthias Wirth
f243b10909
allow the positionFilter to be applied only to MLAT
2020-03-19 14:23:58 +01:00
Matthias Wirth
4cd9adca3d
noIsolation and noSidebar URL query options
...
sidebarWidth=440px : shows sidebar and sets width.
hideButtons : hide all the buttons
2020-03-01 00:11:19 +01:00