X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/072e28ef2f6608113b47e49e010ad5a6b668e46b..f153bcdc25b7df0778aee101d32487cafa6d292f:/cookbooks/imagery/templates/default/mapserver.map.erb diff --git a/cookbooks/imagery/templates/default/mapserver.map.erb b/cookbooks/imagery/templates/default/mapserver.map.erb index 248897897..2c271a5fb 100644 --- a/cookbooks/imagery/templates/default/mapserver.map.erb +++ b/cookbooks/imagery/templates/default/mapserver.map.erb @@ -1,6 +1,6 @@ # DO NOT EDIT - This file is being maintained by Chef MAP - NAME "map-<%= @name %>" + NAME "map-<%= @layer %>" STATUS ON SIZE 256 256 UNITS METERS @@ -10,7 +10,7 @@ MAP END LAYER - NAME "<%= @name %>" + NAME "<%= @layer %>" DATA "<%= @source %>" PROJECTION "init=<%= @projection.downcase %>"