mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
closes #735
This commit is contained in:
parent
68d3233401
commit
48d5c91cb2
@ -235,7 +235,7 @@ function (angular, app, _, L, localRequire) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// This could be made configurable?
|
// This could be made configurable?
|
||||||
L.tileLayer('http://{s}.tile.cloudmade.com/57cbb6ca8cac418dbb1a402586df4528/22677/256/{z}/{x}/{y}.png', {
|
L.tileLayer('https://ssl_tiles.cloudmade.com/57cbb6ca8cac418dbb1a402586df4528/22677/256/{z}/{x}/{y}.png', {
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
minZoom: 2
|
minZoom: 2
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
Loading…
Reference in New Issue
Block a user