From dcbced1f5e2482e29619e754db3a16b9c3b955d2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 2 May 2025 12:32:07 +0100 Subject: [PATCH] Revert "imagery: switch namibian topo to jpeg_png to allow transparency" This reverts commit da2c505b0a2ffbd11acf369af20765cf1c3cefd6. --- cookbooks/imagery/recipes/na_sgswa_topo.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cookbooks/imagery/recipes/na_sgswa_topo.rb b/cookbooks/imagery/recipes/na_sgswa_topo.rb index 2a067c0d3..686e10dda 100644 --- a/cookbooks/imagery/recipes/na_sgswa_topo.rb +++ b/cookbooks/imagery/recipes/na_sgswa_topo.rb @@ -32,9 +32,8 @@ imagery_layer "na_sgswa_topo_50k" do source "/store/imagery/na/topo-50k/namibia-50k-topo-v2.vrt" copyright "State Copyright © 1958 - 1991; Surveyor-General, Windhoek, SWA; CDSM: Chief Directorate Surveys & Mapping, Mowbray, RSA" default_layer true - # background_colour "0 0 0" - extension "jpeg_png" - + background_colour "0 0 0" + extension "jpeg" max_zoom 16 end -- 2.39.5