mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove temp default
This commit is contained in:
parent
c68e68a00a
commit
b26cf20529
@ -270,11 +270,6 @@ angular.module('kibana.map2', [])
|
|||||||
|
|
||||||
var projection;
|
var projection;
|
||||||
|
|
||||||
if (typeof scope.panel.display.map === 'undefined') {
|
|
||||||
scope.panel.display.map = {type: 'orthographic'};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (scope.panel.display.map.type === 'mercator') {
|
if (scope.panel.display.map.type === 'mercator') {
|
||||||
projection = d3.geo.mercator()
|
projection = d3.geo.mercator()
|
||||||
.translate([width/2, height/2])
|
.translate([width/2, height/2])
|
||||||
|
Loading…
Reference in New Issue
Block a user