From 609ff3d1e2d4f5303eef87cf538471d0d5d0a08f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 18 Mar 2020 20:36:03 +0000 Subject: [PATCH] Fix tile parents --- roles/boitata.rb | 2 +- roles/fuchur.rb | 2 +- roles/idris.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/boitata.rb b/roles/boitata.rb index 048ff75c1..00a976ab8 100644 --- a/roles/boitata.rb +++ b/roles/boitata.rb @@ -36,7 +36,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "curitiba.render.openstreetmap.org" + :tile_parent => "brazil.render.openstreetmap.org" } ) diff --git a/roles/fuchur.rb b/roles/fuchur.rb index 226e028d7..4ed6ea957 100644 --- a/roles/fuchur.rb +++ b/roles/fuchur.rb @@ -43,7 +43,7 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "brazil.render.openstreetmap.org" } ) diff --git a/roles/idris.rb b/roles/idris.rb index 374d1295e..5f7304572 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -43,7 +43,7 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "buenosaires.render.openstreetmap.org" } ) -- 2.43.2