From: Tom Hughes Date: Tue, 29 Dec 2020 09:28:01 +0000 (+0000) Subject: Switch embed back to using the standard tile URL X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2d781ace5d616fd4888f7823f4c34048f3a9b7b1?ds=sidebyside Switch embed back to using the standard tile URL --- diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index fd484263e..caf20279f 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -113,7 +113,6 @@ rails_port "www.openstreetmap.org" do storage_configuration storage storage_service "aws" storage_url "https://openstreetmap-user-avatars.s3.dualstack.eu-west-1.amazonaws.com" - tile_cdn_url "https://cdn-fastly-test.tile.openstreetmap.org/{z}/{x}/{y}.png" end gem_package "bundler#{ruby_version}" do