forked from solutionsmapgears/Scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap
More file actions
24 lines (24 loc) · 591 Bytes
/
map
File metadata and controls
24 lines (24 loc) · 591 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
MAP {
CONFIG: 'PROJ_LIB' '../../'
FONTSET: '../../fonts.lst'
IMAGETYPE: png
MAXSIZE: 4000
SIZE: 800 800
UNITS: meters
EXTENT: -20000000 -20000000 20000000 20000000
IMAGECOLOR: @water_clr
SHAPEPATH: '../../data/'
WEB {
METADATA {{
"ows_enable_request" "*"
"wms_srs" "EPSG:900913 EPSG:4326"
"labelcache_map_edge_buffer" "-10"
"wms_title" "Natural Earth World WMS"
}}
IMAGEPATH: '/tmp/ms_tmp/'
IMAGEURL: '/ms_tmp/'
}
PROJECTION {{
"init=epsg:900913"
}}
}