From 1bc70a7242d05ea6842be89ee6350fd158ef82c7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 20 Dec 2023 01:24:33 +0000 Subject: [PATCH] imagery: add missing include_recipe --- cookbooks/imagery/recipes/gb_ea.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/imagery/recipes/gb_ea.rb b/cookbooks/imagery/recipes/gb_ea.rb index bdcb34f59..b1570c9de 100644 --- a/cookbooks/imagery/recipes/gb_ea.rb +++ b/cookbooks/imagery/recipes/gb_ea.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "imagery" + imagery_site "ea.openstreetmap.org.uk" do title "OpenStreetMap - Environment Agency OpenData" bbox [[51.35, -2.2], [52.65, 0.10]] -- 2.45.1