Some sort of coverage radius?

I’ve always used Al’s overlay - mostly because of the range, but also because I like how it sorts Military - So here is another idea if someone wants to use:

From my notes (this is not a script)

#############################################################
#                     AL's MAP OVERLAY
#   https://github.com/alkissack/Dump1090-OpenLayers3-html
#############################################################

sudo git clone https://github.com/alkissack/Dump1090-OpenLayers3-html.git /usr/local/share/alkissack/

sudo tee /etc/lighttpd/conf-available/88-al.conf >/dev/null <<EOF
#lighttpd configuration for alkissack interface
alias.url += (
  "/al/data/" => "/run/dump1090-fa/",
  "/al/" => "/usr/local/share/alkissack/public_html/",
)

# redirect the slash-less URL
url.redirect += (
  "^/al$" => "/al/"
)
EOF

sudo lighty-enable-mod al
sudo systemctl restart lighttpd
ID="<YOUR.UP.IN.THEAIR.ID>"
sudo wget -O /usr/local/share/alkissack/public_html/upintheair.json "http://www.heywhatsthat.com/api/upintheair.json?id=${ID}&refraction=0.25&alts=3048,12192"

sudo nano /usr/local/share/alkissack/public_html/config.js
<CHANGE SETTINGS AS YOU NEED>

Interface will be available at
http://<address>/al