]> git.uio.no Git - u/erikhf/frm.git/blobdiff - src/components/map/map.ts
bugfix
[u/erikhf/frm.git] / src / components / map / map.ts
index a2c12cbe6df4c29f65373c0c330030ae0afa1b01..ddd06541122a93df63a1e4ae6264fc9bc0f46da2 100644 (file)
@@ -279,7 +279,7 @@ export class Map {
             });
 
 //slette ?? §§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§
-         /*   this.map.data.addListener('mouseover', function (e) {


+           /* this.map.data.addListener('mouseover', function (e) {


                 if(!instance.popupON) {
                     instance.popupON = true;
 
@@ -294,12 +294,12 @@ export class Map {
             this.map.data.addListener('mouseout', function (event) {


                 instance.popupON = false;
                 instance.popup.open(null);

-            });
+            });*/
 
         }
-    }*/
+    }
 
-    drillDown() {
+    drillDown(){
         this.closeModal();
         let map = this.getMap();
         let id = this.activeId;
@@ -319,7 +319,7 @@ export class Map {
 
     }
 
-    drillUp() {
+    drillUp(){
 
 
         this.setupRunned(true);