]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/za_ngi_topo.rb
imagery: fix za_ngi_topo source paths
[chef.git] / cookbooks / imagery / recipes / za_ngi_topo.rb
index 9d24b62648fc7e622298abd6545e97d5eb3a2022..cfefcb5e682dbb4953d17bf3ede06a17c6f4105d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Cookbook Name:: imagery
-# Recipe:: za-ngi-topo
+# Recipe:: za_ngi_topo
 #
 # Copyright 2016, OpenStreetMap Foundation
 #
@@ -29,7 +29,7 @@ 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"
+  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>'
 end
 
@@ -37,6 +37,6 @@ 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"
+  source "/data/imagery/za/ngi-topo-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