-
Notifications
You must be signed in to change notification settings - Fork 8
/
wms.map
51 lines (46 loc) · 1.02 KB
/
wms.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
MAP
NAME RasterDB
SIZE 256 256
EXTENT -180 -90 180 90
IMAGETYPE png
#INTERLACE OFF
UNITS DD
#Make US WMS capable
WEB
IMAGEPATH "/tmp"
METADATA
"wms_title" "Metacarta RasterDB WMS"
"wms_srs" "EPSG:4269 EPSG:4326"
"ows_enable_request" "*"
"wms_enable_request" "*"
END
END
OUTPUTFORMAT
NAME GEOTIFF
DRIVER "GDAL/GTiff"
MIMETYPE "image/tiff"
IMAGEMODE "BYTE"
EXTENSION "tif"
END
outputformat
name "png"
driver "GD/PNG"
imagemode "rgba"
extension "png"
mimetype "image/png"
imagemode RGBA
transparent on
end
outputformat
name "png8"
driver "GD/PNG"
imagemode "rgba"
extension "png"
mimetype "image/png"
transparent on
formatoption "QUANTIZE_FORCE=ON"
formatoption "QUANTIZE_DITHER=ON"
formatoption "QUANTIZE_COLORS=250"
end
PROJECTION "proj=latlong" "ellps=WGS84" END
END # Map File