Rashid Khan 12 年之前
父節點
當前提交
48d5c91cb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/panels/bettermap/module.js

+ 1 - 1
src/app/panels/bettermap/module.js

@@ -235,7 +235,7 @@ function (angular, app, _, L, localRequire) {
               });
 
               // 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,
                 minZoom: 2
               }).addTo(map);