wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.27k stars 237 forks source link

Missing argument in Url query? #227

Closed ggoodloff closed 4 months ago

ggoodloff commented 1 year ago

Am I missing an argument in my URL query that prevents the colorful altitude graph on the bottom from being displayed? I'm using a screen shot option on a headless chrome setup.

My URL query is currently: &iconscale=1S&hideButtons&hidesidebar&screenshot&noIsolation&zoom=11&centerReceiver

On a Rpi I get the graph, on a Linux install I don't.

Really stumped: Screenshot_20230227_193711_Twitter Screenshot_20230227_193734_Twitter

mpentler commented 1 year ago

That is usually set by the settings cogwheel and I'm not sure if there's a url parameter for it.

Edit: seems easy to add, I may do a PR

mpentler commented 1 year ago

Is it this easy?

if (usp.has('altitudeChart'))
    toggles['altitudeChart'].toggle(true, 'init');
wiedehopf commented 4 months ago
&altitudeChart=0
&altitudeChart=1