Sfoglia il codice sorgente

Remove temp default

Zachary Tong 12 anni fa
parent
commit
b26cf20529
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      panels/map2/module.js

+ 0 - 5
panels/map2/module.js

@@ -270,11 +270,6 @@ angular.module('kibana.map2', [])
 
                     var projection;
 
-                    if (typeof scope.panel.display.map === 'undefined') {
-                        scope.panel.display.map = {type: 'orthographic'};
-                    }
-
-
                     if (scope.panel.display.map.type === 'mercator') {
                         projection = d3.geo.mercator()
                             .translate([width/2, height/2])