X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/56df259055ae541d1f31b8502c549cb84f74778e..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 29a83c27c..2c271a5fb 100644 --- a/cookbooks/imagery/templates/default/mapserver.map.erb +++ b/cookbooks/imagery/templates/default/mapserver.map.erb @@ -1,19 +1,19 @@ # DO NOT EDIT - This file is being maintained by Chef MAP - NAME "map-<%= @name %>" + NAME "map-<%= @layer %>" STATUS ON SIZE 256 256 UNITS METERS IMAGETYPE <%= @extension %> PROJECTION - "init=<%= @projection %>" + "init=<%= @projection.downcase %>" END LAYER - NAME "<%= @name %>" + NAME "<%= @layer %>" DATA "<%= @source %>" PROJECTION - "init=<%= @projection %>" + "init=<%= @projection.downcase %>" END STATUS DEFAULT TYPE RASTER