projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #50 from Firefishy/add-imagery
[chef.git]
/
cookbooks
/
imagery
/
templates
/
default
/
mapserver.map.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
MAP
3
NAME "map-<%= @name %>"
4
STATUS ON
5
SIZE 256 256
6
UNITS METERS
7
IMAGETYPE <%= @extension %>
8
PROJECTION
9
"init=<%= @projection %>"
10
END
11
12
LAYER
13
NAME "<%= @name %>"
14
DATA "<%= @source %>"
15
PROJECTION
16
"init=<%= @projection %>"
17
END
18
STATUS DEFAULT
19
TYPE RASTER
20
PROCESSING "RESAMPLE=AVERAGE"
21
PROCESSING "CLOSE_CONNECTION=DEFER"
22
END # layer
23
END