Routes on Tar1090 - Update

Ben Gallagher

ads-badsbaviationtar1090

100 Words min read27 Seconds

2026-05-01 10:47


New ICAO config.js option

You may have read my previous post on making changes to Tar1090 in order to display ICAO routes.

After a suggestion to the developer, this was built into the config.js and can be enabled by setting routeDisplay = 'icao';.

image-20260501114143523

Broken routes

After a recent update, I found that using adsb.lol’s API no longer returned any routes - an issue with CORS maybe?

I checked what adsb.oarc.uk uses as their routes display correctly, and they seemed to have transitioned over to https://adsb.im/api/0/routeset.

If your routes are broken, it may be worth just swapping routeApiUrl’s entry to https://adsb.im/api/0/routeset

image-20260501114148355