From ec92592b7b7d23bce90870fb4bc97986b3d72c6e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 31 Aug 2016 12:39:16 +0100 Subject: [PATCH] imagery: fix coct bbox --- cookbooks/imagery/recipes/za_coct_aerial.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/za_coct_aerial.rb b/cookbooks/imagery/recipes/za_coct_aerial.rb index 1a783597b..9e74eb0e7 100644 --- a/cookbooks/imagery/recipes/za_coct_aerial.rb +++ b/cookbooks/imagery/recipes/za_coct_aerial.rb @@ -22,7 +22,7 @@ include_recipe "imagery" imagery_site "coct.aerial.openstreetmap.org.za" do title "OpenStreetMap - City of Cape Town Aerial" aliases ["coct.aerial.osm.org.za"] - bbox [[-35.12, 16.23], [-22.1, 33.18]] + bbox [[-34.365, 18.290], [-33.465, 19.015]] end imagery_layer "za_coct_aerial_2015" do -- 2.43.2