]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add CoCT 2013 imagery
authorGrant Slater <git@firefishy.com>
Wed, 12 Oct 2016 20:16:29 +0000 (21:16 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 12 Oct 2016 20:16:29 +0000 (21:16 +0100)
cookbooks/imagery/recipes/za_coct_aerial.rb

index 48ca76de7ef4e27eec401c7ee4ce01cd709f724d..d68ddae2383409b52fd16516ad50efb29ce55e02 100644 (file)
@@ -36,3 +36,15 @@ imagery_layer "za_coct_aerial_2015" do
   default_layer true
   max_zoom 21
 end
+
+imagery_layer "za_coct_aerial_2013" do
+  projection "EPSG:3857"
+  site "coct.aerial.openstreetmap.org.za"
+  title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
+  source "/data/imagery/za/coct/2013-epsg-3857-fast.tif"
+  copyright 'Copyright &copy; 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
+  background_colour "0 0 0"
+  extension "jpeg"
+  default_layer true
+  max_zoom 21
+end