From a06148f10178ca8468fa4c972e5d4d25fdc474b2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 2 Sep 2025 01:20:38 +0100 Subject: [PATCH] imagery: use ASCII for IBGE attribution --- cookbooks/imagery/recipes/br_imagery.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/br_imagery.rb b/cookbooks/imagery/recipes/br_imagery.rb index 5ceed38f2..32ab1eacd 100644 --- a/cookbooks/imagery/recipes/br_imagery.rb +++ b/cookbooks/imagery/recipes/br_imagery.rb @@ -29,7 +29,7 @@ imagery_layer "ibge-aerial-2021" do site "br-imagery.openstreetmap.org" title "Brazil IBGE Aerial Imagery 2021" source "/store/imagery/br/ibge-aerial-2021/ibge-aerial-2021.webp.google.r_bilinear.bs_256.aligned.cog.tif" - copyright "(c) Instituto Brasileiro de Geografia e Estatística" + copyright '(c) IBGE' projection "EPSG:3857" max_zoom 21 default_layer true -- 2.39.5