if (map._objectLayer) {
map._objectLayer.bringToFront();
}
+
+ dataLoader = null;
})
.catch(function (error) {
if (error.name === "AbortError") return;
displayLoadError(error?.message, () => {
$("#browse_status").empty();
});
+
+ dataLoader = null;
})
.finally(() => {
- dataLoader = null;
spanLoading.remove();
});
}