]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix NA imagery properties
authorGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 13:19:51 +0000 (13:19 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 13:19:51 +0000 (13:19 +0000)
cookbooks/imagery/recipes/na_sgswa_topo.rb
cookbooks/imagery/recipes/za_ngi_topo.rb

index 718c0f85c346c6d97e94ddb7c6c00bf161e66d69..7b4ac37498ba191faceb8412cd0f5c3e7de15bbc 100644 (file)
@@ -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"]
 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
 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 &copy 1958 - 1991; Surveyor-General, Windhoek, SWA; CDSM: Chief Directorate Surveys & Mapping, Mowbray, RSA'
   projection "EPSG:4326"
   source "/data/imagery/na/topo-50k/namibia-50k-topo.vrt"
   copyright 'State Copyright &copy 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
 end
index 69574c9dc4b9ee1e390b868ce95358c23aaec73d..764afc6483c956954a11d10fec18639e03c48f85 100644 (file)
@@ -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 &copy; 1996&ndash;2010 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>'
   projection "EPSG:3857"
   source "/data/imagery/za/ngi-topo-250k/ngi-topo-250k-combined.vrt"
   copyright 'State Copyright &copy; 1996&ndash;2010 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>'
+  default_layer true
 end
 
 imagery_layer "za_ngi_topo_50k" do
 end
 
 imagery_layer "za_ngi_topo_50k" do