Remove temp default

This commit is contained in:
Zachary Tong 2013-04-09 17:20:09 -04:00
parent c68e68a00a
commit b26cf20529

View File

@ -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])