From 3a6e689f2890739886ccb7e37af78b3a80ef1ed0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 8 May 2026 10:23:27 +0100 Subject: [PATCH] imagery: remove BG temporary layers --- cookbooks/imagery/recipes/bg_imagery.rb | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/cookbooks/imagery/recipes/bg_imagery.rb b/cookbooks/imagery/recipes/bg_imagery.rb index 6c696e513..01d5f2d94 100644 --- a/cookbooks/imagery/recipes/bg_imagery.rb +++ b/cookbooks/imagery/recipes/bg_imagery.rb @@ -33,24 +33,5 @@ imagery_layer "maf-orthophoto-latest" do projection "EPSG:32635" max_zoom 20 default_layer true - revision 2 -end - -imagery_layer "maf-orthophoto-2025" do - site "bg-imagery.openstreetmap.org" - title "Bulgaria MAF Orthophoto 2025" - source "/store/imagery/bg/maf-orthophoto-map/maf-orthophoto-2025.vrt" - copyright "(c) Ministry of Agriculture and Food of Bulgaria" - projection "EPSG:32635" - max_zoom 20 -end - -imagery_layer "maf-orthophoto-update" do - site "bg-imagery.openstreetmap.org" - title "Bulgaria MAF Orthophoto Update" - source "/store/imagery/bg/maf-orthophoto-map/maf-orthophoto-update.vrt" - copyright "(c) Ministry of Agriculture and Food of Bulgaria" - projection "EPSG:32635" - max_zoom 20 - revision 2 + revision 3 end -- 2.39.5