]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add coct drift2 test
authorGrant Slater <git@firefishy.com>
Fri, 9 Sep 2016 17:14:45 +0000 (18:14 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 9 Sep 2016 17:14:45 +0000 (18:14 +0100)
cookbooks/imagery/recipes/za_coct_aerial.rb

index d22704d47bb8a8bf6a761982bcfa690b2d335114..a52a6fcfa672d37e746a366700237e4d29ca2e80 100644 (file)
@@ -38,13 +38,13 @@ imagery_layer "za_coct_aerial_2015" do
 end
 
 imagery_layer "za_coct_aerial_2015_drift" do
 end
 
 imagery_layer "za_coct_aerial_2015_drift" do
+  projection "EPSG:3857"
   site "coct.aerial.openstreetmap.org.za"
   site "coct.aerial.openstreetmap.org.za"
-  source "/data/imagery/za/coct/2015-drift1-epsg-3857.tif"
-  action :delete
+  title "City of Cape Town Aerial - 2015 DRIFT2 TEST (OSM USE ONLY)"
+  source "/data/imagery/za/coct/2015-drift2-epsg-3857.tif"
+  copyright 'Copyright &copy; 2015 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
+  background_colour "0 0 0"
+  extension "jpeg"
+  max_zoom 21
 end
 
 end
 
-imagery_layer "za_coct_aerial_2015_hart94" do
-  site "coct.aerial.openstreetmap.org.za"
-  source "/data/imagery/za/coct/2015-drift1-epsg-3857.tif"
-  action :delete
-end