]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/321'
authorTom Hughes <tom@compton.nu>
Thu, 16 Jul 2020 07:18:33 +0000 (08:18 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 16 Jul 2020 07:18:33 +0000 (08:18 +0100)
Gemfile.lock
cookbooks/imagery/templates/default/imagery.js.erb

index 5ac109beec149ce0ed179bb382c7058d01a4f1d5..21af3c9c34f1751ffd810e46fe1274d43f3d2ff0 100644 (file)
@@ -4,8 +4,8 @@ GEM
     ast (2.4.1)
     bcrypt_pbkdf (1.0.1)
     builder (3.2.4)
-    cookstyle (6.11.4)
-      rubocop (= 0.87.1)
+    cookstyle (6.12.6)
+      rubocop (= 0.88.0)
     diff-lcs (1.4.4)
     docker-api (1.34.2)
       excon (>= 0.47.0)
@@ -74,7 +74,7 @@ GEM
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.9.0)
     rspec-support (3.9.3)
-    rubocop (0.87.1)
+    rubocop (0.88.0)
       parallel (~> 1.10)
       parser (>= 2.7.1.1)
       rainbow (>= 2.2.2, < 4.0)
index 0f277444b45b0c9f23d16be14bb8718dfd22d394..b42705d70c8c3bdf1f0b42b7a835de8e6c5c3123 100644 (file)
@@ -6,7 +6,7 @@ function createMap(divName) {
   var layers = L.control.layers(null, null, {collapsed:false}).addTo(map);
 
   // Add OpenStreetMap layer
-  layers.addBaseLayer(L.tileLayer("//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
+  layers.addBaseLayer(L.tileLayer("//tile-openstreetmap-org.global.ssl.fastly.net/{z}/{x}/{y}.png", {
     attribution: "© <a target=\"_parent\" href=\"https://www.openstreetmap.org\">OpenStreetMap</a> and contributors, under an <a target=\"_parent\" href=\"https://www.openstreetmap.org/copyright\">open license</a>",
     maxZoom: 19
   }), "OpenStreetMap");