Pre-bed update
This commit is contained in:
14
index.html
14
index.html
@ -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()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user