I recently updated from PiAware v3.1.0 where ChartBundlesLayers = true worked.
When I set CharBundlesLayers = true in v 3.7.1 nothing appears to work. I have used CNTRL+CHIFT+DEL to clear the caches and CNTRL+F5. Still does not work.
I downloaded a zipped image file from Flightaware yesterday. The image file is dated 05-06-2019 2:15pm.
My old Pi was destroyed by a nearby lightning strike in early July, replaced it and did not realize until a few days ago that my replacement Pi was not sending info to FlightAware, hence the new image and new account number.
I have 3B+s and 4Bs running chart bundles with 3.7.1 without a problem.
Post the config line so we can double check it for typos.
It should look something like this
pi@tardis1:~ $ grep undle /usr/share/dump1090-fa/html/config.js
// Set to true to enable the ChartBundle base layers (US coverage only)
ChartBundleLayers = true;
pi@tardis1:~ $
For dump978-fa this is the file
pi@uat2:~ $ grep Bund /usr/share/skyview978/html/config.js
// Set to true to enable the ChartBundle base layers (US coverage only)
ChartBundleLayers = true;
pi@uat2:~ $
There is also the ExtendedData function. It gives extra details.
// Turn on display of extra Mode S EHS / ADS-B v1/v2 data
// This is not polished yet (and so is disabled by default),
// currently it’s just a data dump of the new fields with no UX work.
ExtendedData = true;