From 01391ff2c943988eb99ed31f485d548df5383c5b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 2 Sep 2025 01:28:24 +0100 Subject: [PATCH] imagery: use correct BBOX for imagery --- 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 32ab1eacd..d276593a1 100644 --- a/cookbooks/imagery/recipes/br_imagery.rb +++ b/cookbooks/imagery/recipes/br_imagery.rb @@ -22,7 +22,7 @@ include_recipe "imagery" imagery_site "br-imagery.openstreetmap.org" do title "OpenStreetMap - Brazil - Aerial Imagery" aliases ["br-imagery.osm.org"] - bbox [[41.235, 22.357], [44.215, 28.608]] + bbox [[-23.9813, -46.6594], [-23.6398, -46.4042]] end imagery_layer "ibge-aerial-2021" do -- 2.39.5