-
-
Notifications
You must be signed in to change notification settings - Fork 364
/
wms_tiled.map
74 lines (59 loc) · 1.54 KB
/
wms_tiled.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# Test WMS-C TILED=TRUE
#
# REQUIRES: INPUT=GDAL OUTPUT=PNG SUPPORTS=WMS
# RUN_PARMS: wms_tiled_tiled_disabled.png [MAPSERV] QUERY_STRING="map=[MAPFILE]&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG%3A4326&BBOX=44.1,-65.755,47.3,-58.375&WIDTH=400&HEIGHT=400&LAYERS=popplace&STYLES=&FORMAT=image%2Fpng;%20mode=8bit" > [RESULT_DEMIME]
# RUN_PARMS: wms_tiled_tiled_enabled.png [MAPSERV] QUERY_STRING="map=[MAPFILE]&VERSION=1.3.0&REQUEST=GetMap&CRS=EPSG%3A4326&BBOX=44.1,-65.755,47.3,-58.375&WIDTH=400&HEIGHT=400&LAYERS=popplace&STYLES=&FORMAT=image%2Fpng;%20mode=8bit&TILED=TRUE" > [RESULT_DEMIME]
MAP
NAME WMS_TILED
STATUS ON
SIZE 400 300
UNITS DD
IMAGECOLOR 255 255 255
SHAPEPATH ./data
SYMBOLSET etc/symbols.sym
FONTSET etc/fonts.txt
#
# Start of web interface definition
#
WEB
IMAGEPATH "/tmp/ms_tmp/"
IMAGEURL "/ms_tmp/"
METADATA
"wms_title" "Test simple wms"
"wms_onlineresource" "http://localhost/path/to/wms_simple?"
"wms_srs" "EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326"
"ows_schemas_location" "http://ogc.dmsolutions.ca"
"wms_sld_enabled" "false"
"ows_enable_request" "*"
"tile_map_edge_buffer" "50"
END
END
PROJECTION
"init=epsg:4326"
END
#
# Start of layer definitions
#
LAYER
NAME popplace
DATA popplace
METADATA
"wms_title" "popplace"
"wms_description" "Cities of I.P.E."
END
TYPE POINT
STATUS ON
PROJECTION
"init=./data/epsg2:42304"
END
CLASS
NAME "Cities"
STYLE
SYMBOL 2
SIZE 40
COLOR 0 0 0
END
END
END # Layer
END # Map File