From b26cf2052951a3a94cbb15c2105d7cab4c1560d3 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Tue, 9 Apr 2013 17:20:09 -0400 Subject: [PATCH] Remove temp default --- panels/map2/module.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/panels/map2/module.js b/panels/map2/module.js index d11af4a71df..3b028244657 100644 --- a/panels/map2/module.js +++ b/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])