From e7293fbbbe4516e5bd0f23392e14f3e203eaedfd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 5 Jun 2016 20:23:37 +0100 Subject: [PATCH] imagery: fix za_ngi_topo bbox --- cookbooks/imagery/recipes/za_ngi_topo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/za_ngi_topo.rb b/cookbooks/imagery/recipes/za_ngi_topo.rb index e2d8547e5..9d24b6264 100644 --- a/cookbooks/imagery/recipes/za_ngi_topo.rb +++ b/cookbooks/imagery/recipes/za_ngi_topo.rb @@ -22,7 +22,7 @@ include_recipe "imagery" imagery_site "topo.openstreetmap.org.za" do title "OpenStreetMap - NGI - Topographic Series" aliases ["topo.osm.org.za"] - bbox [[16.23, -35.12], [,33.18, -22.1]] + bbox [[16.23, -35.12], [33.18, -22.1]] end imagery_layer "za_ngi_topo_250k" do -- 2.43.2