src/utils/map.js @@ -158,7 +158,7 @@ } export function removeEntities() { entities.forEach(entity => { // viewer.entities.remove(entity) viewer.entities.remove(entity) entity.show = false; }); // entities = []