From 5a2b08e9a7262b4077a319e2cd89c8bae538f27b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 2 May 2026 13:44:53 +0100 Subject: [PATCH] imagery: add BG MAF 2025 imagery --- cookbooks/imagery/recipes/bg_imagery.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cookbooks/imagery/recipes/bg_imagery.rb b/cookbooks/imagery/recipes/bg_imagery.rb index 5602f83e9..71f455c53 100644 --- a/cookbooks/imagery/recipes/bg_imagery.rb +++ b/cookbooks/imagery/recipes/bg_imagery.rb @@ -35,3 +35,12 @@ imagery_layer "maf-orthophoto-latest" do default_layer true revision 2 end + +imagery_layer "maf-orthophoto-2025" do + site "bg-imagery.openstreetmap.org" + title "Bulgaria MAF Orthophoto Latest" + 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 -- 2.39.5