Skip to content
Snippets Groups Projects
Commit 119dd0f3 authored by zdenko.vuk@ijs.si's avatar zdenko.vuk@ijs.si
Browse files

removed temporary content

parent e3f6e42c
No related branches found
No related tags found
No related merge requests found
......@@ -78,28 +78,28 @@ export class ResultsMapComponent implements OnChanges {
this.setMapPositionAndZoom(res);
});
}, 50);
setTimeout(() => {
console.log(
"%cTemporary",
"background: peru; font-weight: bold; color: black; font-family: serif; padding: 0 10px;"
);
const celkomplet: HTMLElement = document.querySelectorAll(
".buttons"
)[0] as HTMLElement;
celkomplet.style.display = "none";
}, 825);
setTimeout(() => {
const celkomplet1: HTMLElement = document.querySelectorAll(
".appearance-filled.size-medium.shape-rectangle.status-primary.ng-star-inserted.nb-transition"
)[1] as HTMLElement;
celkomplet1.click();
}, 1000);
setTimeout(() => {
const celkomplet2: HTMLElement = document.querySelectorAll(
"#loadGeojsonButtonsContainer button"
)[3] as HTMLElement;
celkomplet2.click();
}, 1050);
// setTimeout(() => {
// console.log(
// "%cTemporary",
// "background: peru; font-weight: bold; color: black; font-family: serif; padding: 0 10px;"
// );
// const celkomplet: HTMLElement = document.querySelectorAll(
// ".buttons"
// )[0] as HTMLElement;
// celkomplet.style.display = "none";
// }, 825);
// setTimeout(() => {
// const celkomplet1: HTMLElement = document.querySelectorAll(
// ".appearance-filled.size-medium.shape-rectangle.status-primary.ng-star-inserted.nb-transition"
// )[1] as HTMLElement;
// celkomplet1.click();
// }, 1000);
// setTimeout(() => {
// const celkomplet2: HTMLElement = document.querySelectorAll(
// "#loadGeojsonButtonsContainer button"
// )[3] as HTMLElement;
// celkomplet2.click();
// }, 1050);
// setTimeout(() => {
// const celkomplet3: HTMLElement = document.querySelectorAll(
// ".leaflet-control-layers-selector"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment