wiedehopf / tar1090

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

Aircraft icon size #49

Closed BAZZZERH closed 4 years ago

BAZZZERH commented 4 years ago

I have been trying to way of reducing the aircraft icon defaut size as when viewing on a small screen they are a tad too big... could you point me as to where the default size line is please...

wiedehopf commented 4 years ago

Did you try the + toggle in the top left?

You can change the config.js https://github.com/wiedehopf/tar1090#configuring-the-web-interface-optional

BAZZZERH commented 4 years ago

Tried the + toggle, but the smallest size is still too large... the original fa1090 size is a bit smaller which is better for a smaller screen.. . Also I have tried various settings in the config and not found anything that makes the plane icons smaller... if someone can suggest the line to change I would appreciate it....

wiedehopf commented 4 years ago
// -- Marker settings -------------------------------------

// different marker size depending on zoom lvl
// markerZoomDivide = 8.5;
// marker size when the zoom level is less than markerZoomDivide
// markerSmall = 1;
// marker size when the zoom level is more than markerZoomDivide
// markerBig = 1.18;