From 3212a401d81263fb7b18a84d3baea88a4f2f7fc8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 19 Dec 2018 13:19:51 +0000 Subject: [PATCH] imagery: fix NA imagery properties --- cookbooks/imagery/recipes/na_sgswa_topo.rb | 7 ++++++- cookbooks/imagery/recipes/za_ngi_topo.rb | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/na_sgswa_topo.rb b/cookbooks/imagery/recipes/na_sgswa_topo.rb index 718c0f85c..7b4ac3749 100644 --- a/cookbooks/imagery/recipes/na_sgswa_topo.rb +++ b/cookbooks/imagery/recipes/na_sgswa_topo.rb @@ -22,7 +22,7 @@ include_recipe "imagery" imagery_site "namibia-topo.openstreetmap.org.za" do title "OpenStreetMap - Namibia / South West Africa - Topographic Series" aliases ["namibia-topo.osm.org.za"] - bbox [[-35.12, 16.23], [-22.1, 33.18]] + bbox [[-29.0003741, 11.7330477], [-16.9508650, 25.4983245]] end imagery_layer "na_sgswa_topo_50k" do @@ -31,4 +31,9 @@ imagery_layer "na_sgswa_topo_50k" do projection "EPSG:4326" source "/data/imagery/na/topo-50k/namibia-50k-topo.vrt" copyright 'State Copyright © 1958 - 1991; Surveyor-General, Windhoek, SWA; CDSM: Chief Directorate Surveys & Mapping, Mowbray, RSA' + default_layer true + background_colour "0 0 0" + extension "jpeg" + default_layer true + max_zoom 16 end diff --git a/cookbooks/imagery/recipes/za_ngi_topo.rb b/cookbooks/imagery/recipes/za_ngi_topo.rb index 69574c9dc..764afc648 100644 --- a/cookbooks/imagery/recipes/za_ngi_topo.rb +++ b/cookbooks/imagery/recipes/za_ngi_topo.rb @@ -31,6 +31,7 @@ imagery_layer "za_ngi_topo_250k" do projection "EPSG:3857" source "/data/imagery/za/ngi-topo-250k/ngi-topo-250k-combined.vrt" copyright 'State Copyright © 1996–2010 Chief Directorate: National Geo-spatial Information' + default_layer true end imagery_layer "za_ngi_topo_50k" do -- 2.43.2