]> git.uio.no Git - u/erikhf/frm.git/commitdiff
[map] removed other layers wehn moving down to next level
authorJulie Hill Roa <julie.hill.roa@gmail.com>
Thu, 19 Nov 2015 19:36:04 +0000 (20:36 +0100)
committerJulie Hill Roa <julie.hill.roa@gmail.com>
Thu, 19 Nov 2015 19:36:04 +0000 (20:36 +0100)
src/components/map/map.ts

index d14bf4930bd483ced5b4306fd4c7413dc4ec7c73..ebf20ba7cc7b2390d711cc8bff8905eb7ff7b17a 100644 (file)
@@ -48,9 +48,7 @@ export class Map {
 
     initMap(location,map,addMarker){
 
-
         map.setCenter(location,12);
-
         addMarker(location,map,'This is YOU');
 
 
@@ -78,7 +76,6 @@ export class Map {
             infowindow.open(map,marker);
         });
 
-
     }
 
     logError(error) {
@@ -103,7 +100,13 @@ export class Map {
             for (let item in res.organisationUnits) {
                 this.getData('/' + res.organisationUnits[item].id,this);
             }
-        } else {
+            //liten hack
+        }//else if(res.name != false){
+           // for (let item in res.children) {
+             //   this.getData('/' + res.children[item].id,this);
+            //}
+        //}
+        else {
 
             this.drawPolygon(res);};
     }
@@ -145,10 +148,14 @@ export class Map {
                 let id = event.feature.O.id;
                 console.log(id);
 
+                instance.map.data.forEach(function(feature) {
+                    instance.map.data.remove(feature);
+                });
+               // instance.getData('/' + id+'/children',instance);
                 instance.getData('/' + id,instance);
 
             });
-            
+
 
         }else {
             // ToDO: