sdrweb: bump min icon size on adsb map

This commit is contained in:
Astro 2021-11-09 20:13:55 +01:00
parent 7316d6ebb5
commit 937e420024
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
var maxalt = 40000; /* Max altitude in the average case */
var selected = (Selected == plane.hex);
b = 0.25 + (0.75/maxalt*plane.altitude);
b = 0.5 + (0.5*plane.altitude/maxalt);
/* As Icon we use the plane emoji, this is a simple solution but
is definitely a compromise: we expect the icon to be rotated