From e95b0c7a56a48706715bf5b2bcf0f0f8462f5d28 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 10 Jun 2026 12:59:11 +0100 Subject: [PATCH] imagery: Fix MW bbox --- cookbooks/imagery/recipes/mw_dos_topo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/mw_dos_topo.rb b/cookbooks/imagery/recipes/mw_dos_topo.rb index 5b00d736b..aaf79c4a1 100644 --- a/cookbooks/imagery/recipes/mw_dos_topo.rb +++ b/cookbooks/imagery/recipes/mw_dos_topo.rb @@ -22,7 +22,7 @@ include_recipe "imagery" imagery_site "malawi-topo.openstreetmap.org.za" do title "OpenStreetMap - MW - Topographic Series" aliases ["malawi-topo.osm.org.za"] - bbox [[-17.123456, 33.123456], [-14.123456, 35.123456]] + bbox [[-17.2512412, 32.7502225], [-11.0018799, 36.0003653]] end imagery_layer "mw_dos_topo_50k" do -- 2.47.3