X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..d18cd92a98384aebf371376383a4408485f12374:/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
index 69574c9dc..46d0a8bc0 100644
--- a/cookbooks/imagery/recipes/za_ngi_topo.rb
+++ b/cookbooks/imagery/recipes/za_ngi_topo.rb
@@ -1,8 +1,8 @@
#
-# Cookbook Name:: imagery
+# Cookbook:: imagery
# Recipe:: za_ngi_topo
#
-# Copyright 2016, OpenStreetMap Foundation
+# 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.
@@ -30,7 +30,8 @@ imagery_layer "za_ngi_topo_250k" do
title "NGI Topo 250k"
projection "EPSG:3857"
source "/data/imagery/za/ngi-topo-250k/ngi-topo-250k-combined.vrt"
- copyright 'State Copyright © 1996–2010 Chief Directorate: National Geo-spatial Information'
+ copyright 'State Copyright © 1996–2010 Chief Directorate: National Geo-spatial Information'
+ default_layer true
end
imagery_layer "za_ngi_topo_50k" do
@@ -38,5 +39,5 @@ imagery_layer "za_ngi_topo_50k" do
title "NGI Topo 50k"
projection "EPSG:3857"
source "/data/imagery/za/ngi-topo-50k/ngi-topo-50k-combined.vrt"
- copyright 'State Copyright © 1996–2013 Chief Directorate: National Geo-spatial Information'
+ copyright 'State Copyright © 1996–2013 Chief Directorate: National Geo-spatial Information'
end