From ee1a98d30a967c28e56bb645722db1798d5f87b6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 11 Sep 2025 00:21:25 +0100 Subject: [PATCH] imagery: Switch NA 250k to seamless version --- cookbooks/imagery/recipes/na_sgswa_topo.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/na_sgswa_topo.rb b/cookbooks/imagery/recipes/na_sgswa_topo.rb index 4f5eb3551..e62569ce0 100644 --- a/cookbooks/imagery/recipes/na_sgswa_topo.rb +++ b/cookbooks/imagery/recipes/na_sgswa_topo.rb @@ -40,9 +40,10 @@ imagery_layer "na_sgswa_topo_250k" do site "namibia-topo.openstreetmap.org.za" title "Namibia Topo 250k" projection "EPSG:4326" - source "/store/imagery/na/topo-250k/250k_ECW/combine.vrt" + source "/store/imagery/na/topo-250k/new/combined.vrt" copyright "State Copyright © 1972 - 1989; Surveyor-General, Windhoek, Namibia" max_zoom 16 + revision 2 end imagery_layer "na_aerial" do -- 2.39.5