-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.map
More file actions
108 lines (84 loc) · 2.69 KB
/
test.map
File metadata and controls
108 lines (84 loc) · 2.69 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
MAP
NAME "Genes-Mapserver-v3.2.0"
STATUS ON
EXTENT -180 -90 180 90
IMAGECOLOR 213 231 252
IMAGETYPE png
SIZE 1080 614
UNITS dd
CONFIG "MS_ERRORFILE" "stderr"
DEBUG 2
PROJECTION
#this is WGS84
"init=epsg:4326"
END
SYMBOLSET "etc/symbols.sym"
FONTSET "etc/fonts/fonts.txt"
WEB
IMAGEPATH "/tmp"
IMAGEURL "http://gms-dev.megx.net/tmp/"
ERROR "http://gms-dev.megx.net/v3.2.0/gms_error.html"
EMPTY "http://gms-dev.megx.net/v3.2.0/gms_no_result.html"
TEMPLATE "etc/osd_registry_info.html"
METADATA
### Enable WFS support
"wms_title" "Genes Mapserver WMS 3.2.0"
"wms_onlineresource" "http://lohost/cgi-bin/mapserv?map=/genes/mapserver/test.map"
"wms_srs" "EPSG:4326"
"wms_enable_request" "GetCapabilities GetMap GetFeatureInfo GetLegendGraphic GetFeature"
"ows_enable_request" "GetCapabilities GetMap GetFeatureInfo GetLegendGraphic GetFeature"
"wfs_title" "Genes Mapserver WFS 3.2.0"
#necessary for the WMS GetFeatureInfo request
"WMS_FEATURE_INFO_MIME_TYPE" "text/html"
END
END
LEGEND
STATUS on
KEYSIZE 10 10
LABEL
SIZE 9
COLOR 0 0 0
TYPE truetype
ENCODING UTF-8
FONT sans
FORCE false
PARTIALS true
POSITION AUTO
END
TEMPLATE "/var/www/gms-dev.megx.net/current/legend.html" # HTML template file
END
# Performance hints: for layers: EXTENT [minx] [miny] [maxx] [maxy]
# The spatial extent of the data. In most cases you will not need to
# specify this, but it can be used to avoid the speed cost of having
# MapServer compute the extents of the data. An application can also
# possibly use this value to override the extents of the map.
#Layers in Raster followed by polygon and then ALPHABETICAL order
### RASTER Layer ###
# INCLUDE "layer/bathymetry.layer"
# INCLUDE "woa05_temperature.layer"
INCLUDE "layer/boundaries.layer" # works
# INCLUDE "coordinates.layer"
# INCLUDE "eez.layer"
# INCLUDE "ena_samples.layer"
# INCLUDE "genomes.layer"
# INCLUDE "geo_pfam.layer"
# INCLUDE "lakes.layer"
# INCLUDE "limitsoceans.layer"
INCLUDE "layer/longhurst.layer"
INCLUDE "layer/malaspina.layer"
INCLUDE "layer/metagenomes.layer"
INCLUDE "layer/myosd-registry.layer"
# INCLUDE "osd_app.layer"
# INCLUDE "osd_med_sites.layer"
INCLUDE "layer/osd_registry.layer"
INCLUDE "layer/osd_samples.layer"
# INCLUDE "phages.layer"
# INCLUDE "rdnas.layer"
INCLUDE "layer/rsd_sites.layer"
# INCLUDE "layer/samples.layer"
# INCLUDE "layer/samplingsites.layer"
INCLUDE "layer/satellite.layer"
INCLUDE "layer/tara_points.layer"
# INCLUDE "postgis-connection.inc"
#map end
END