Ordnance markers are now painted correctly

This commit is contained in:
Pax1601
2023-05-10 11:50:26 +02:00
parent d146a47e71
commit 7545e848d6
5 changed files with 40 additions and 9 deletions

View File

@@ -52,10 +52,6 @@ export function GET(callback: CallableFunction, uri: string, options?: string) {
setConnected(false);
}
};
xmlHttp.onreadystatechange = function (res) {
console.error("An error occurred during the XMLHttpRequest");
setConnected(false);
};
xmlHttp.onerror = function (res) {
console.error("An error occurred during the XMLHttpRequest");
setConnected(false);