Commit 48d5c91c by Rashid Khan

closes #735

parent 68d32334
...@@ -235,7 +235,7 @@ function (angular, app, _, L, localRequire) { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment