Pre-bed update

This commit is contained in:
2024-01-19 00:00:16 +00:00
parent 6ae9200c06
commit 84d1a56cb2
4 changed files with 0 additions and 20 deletions

View File

@ -71,20 +71,6 @@
};// End for() loop
// Deletion
// await sleep(10000);
// for (chip in myData)
// {
// //latest.push(myData[chip].UnitName);
// let UnitImage = myData[chip].UnitName+"-img";
// let UnitSource = myData[chip].UnitName+"-src";
// let UnitPoint = myData[chip].UnitName+"-point";
// if (map.hasImage(UnitImage)) map.removeImage(UnitImage);
// if (map.getSource(UnitSource)) map.removeSource(UnitSource);
// if (map.getLayer(UnitPoint)) map.removeLayer(UnitPoint);
// };
}); // End map.on()