Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…men.com into gregplaysguitar-patch-1
  • Loading branch information
ebrelsford committed May 12, 2021
2 parents 6b0ae71 + c556a97 commit 64e07f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tile.stamen.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var SUBDOMAINS = "a. b. c. d.".split(" "),
MAKE_PROVIDER = function(layer, type, minZoom, maxZoom) {
return {
"url": ["http://{S}tile.stamen.com/", layer, "/{Z}/{X}/{Y}.", type].join(""),
"url": ["//stamen-tiles-{S}a.ssl.fastly.net/", layer, "/{Z}/{X}/{Y}.", type].join(""),
"type": type,
"subdomains": SUBDOMAINS.slice(),
"minZoom": minZoom,
Expand Down Expand Up @@ -44,7 +44,7 @@ var SUBDOMAINS = "a. b. c. d.".split(" "),
}
};

PROVIDERS["terrain-classic"].url = "http://{S}tile.stamen.com/terrain/{Z}/{X}/{Y}.png";
PROVIDERS["terrain-classic"].url = "//stamen-tiles-{S}a.ssl.fastly.net/terrain/{Z}/{X}/{Y}.png";

// set up toner and terrain flavors
setupFlavors("toner", ["hybrid", "labels", "lines", "background", "lite"]);
Expand Down

0 comments on commit 64e07f9

Please sign in to comment.