From 0be03ee779fbdae412339020c2934e3bcc67e2fc Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Oct 2025 21:32:48 +0100 Subject: [PATCH] imagery: add experimental african-topo layer --- cookbooks/imagery/recipes/na_sgswa_topo.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cookbooks/imagery/recipes/na_sgswa_topo.rb b/cookbooks/imagery/recipes/na_sgswa_topo.rb index f4641af2a..179a075f5 100644 --- a/cookbooks/imagery/recipes/na_sgswa_topo.rb +++ b/cookbooks/imagery/recipes/na_sgswa_topo.rb @@ -56,3 +56,12 @@ imagery_layer "na_aerial" do extension "jpeg" max_zoom 21 end + +imagery_layer "african_topo_50k" do + site "namibia-topo.openstreetmap.org.za" + title "African Topo 50k" + projection "EPSG:4326" + source "/store/imagery/african-topo/african-topo.vrt" + copyright "Copyright ©" + max_zoom 16 +end -- 2.39.5