X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7293fbbbe4516e5bd0f23392e14f3e203eaedfd..488f7f4b704eba87d5232a3070f50fbf86049959:/cookbooks/imagery/recipes/za_ngi_topo.rb?ds=sidebyside diff --git a/cookbooks/imagery/recipes/za_ngi_topo.rb b/cookbooks/imagery/recipes/za_ngi_topo.rb index 9d24b6264..cfefcb5e6 100644 --- a/cookbooks/imagery/recipes/za_ngi_topo.rb +++ b/cookbooks/imagery/recipes/za_ngi_topo.rb @@ -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 © 1996–2010 Chief Directorate: National Geo-spatial Information' 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 © 1996–2013 Chief Directorate: National Geo-spatial Information' end