]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/za_ngi_topo.rb
imagery: NEW add za_ngi_topo
[chef.git] / cookbooks / imagery / recipes / za_ngi_topo.rb
diff --git a/cookbooks/imagery/recipes/za_ngi_topo.rb b/cookbooks/imagery/recipes/za_ngi_topo.rb
new file mode 100644 (file)
index 0000000..9bfac98
--- /dev/null
@@ -0,0 +1,42 @@
+#
+# Cookbook Name:: imagery
+# Recipe:: za-ngi-topo
+#
+# Copyright 2016, OpenStreetMap Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+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]]
+end
+
+imagery_layer "za_ngi_topo_250k" do
+  site "topo.openstreetmap.org.za"
+  title "NGI Topo 250k"
+  projection "EPSG:3857"
+  source "/data/imagery/za/ngi-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>"
+end
+
+imagery_layer "za_ngi_topo_50k" do
+  site "topo.openstreetmap.org.za"
+  title "NGI Topo 50k"
+  projection "EPSG:3857"
+  source "/data/imagery/za/ngi-50k/ngi-topo-50k-combined.vrt"
+  copyright "State Copyright &copy; 1996&ndash;2013 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>"
+end