Can multiple thermal maps be added to the thermal map of Baidu map?

can multiple thermal maps be added to Baidu map? if I add one, I can"t see
heatmapOverlay = new BMapLib.HeatmapOverlay ({"radius": 30});
map.addOverlay (heatmapOverlay);
heatmapOverlay.setDataSet ({data:points,max:100});


   
heatmapOverlay1 = new BMapLib.HeatmapOverlay({"radius":20});
map.addOverlay(heatmapOverlay1);
heatmapOverlay1.setDataSet({data:points1,max:100});
Feb.27,2021

Brother, have you solved it? I also encountered this problem

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30d95-2b4c4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30d95-2b4c4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?