forked from Amsterdam/mapserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
planologischegeluidszones.map
164 lines (138 loc) · 4.73 KB
/
planologischegeluidszones.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
#==============================================================================
#
# planologischegeluidszones.map
# doel: serveren van planologische geluidszones
#
#==============================================================================
MAP
NAME "planologischegeluidszones"
INCLUDE "header.inc"
WEB
METADATA
"ows_title" "Planologische geluidszones"
"ows_abstract" "Planologische geluidszones"
END
END
#=============================================================================
# LAYERS
#=============================================================================
LAYER
NAME "spoorwegen"
INCLUDE "connection_milieu.inc"
DATA "geometrie FROM public.geo_geluidzone_spoorwegen USING srid=28992 USING UNIQUE id"
TYPE POLYGON
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
PROJECTION
"init=epsg:28992"
END
METADATA
"ows_title" "Spoorwegen"
"ows_abstract" "Planologische geluidszone spoorwegen"
"gml_featureid" "ID"
"gml_include_items" "all"
END
CLASS
NAME "Geluidszone spoorwegen"
STYLE
SYMBOL "chess"
COLOR "#ff7500"
SIZE 4
END
END
END
#-----------------------------------------------------------------------------
LAYER
NAME "metro"
INCLUDE "connection_milieu.inc"
DATA "geometrie FROM public.geo_geluidzone_metro USING srid=28992 USING UNIQUE id"
TYPE POLYGON
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
PROJECTION
"init=epsg:28992"
END
METADATA
"ows_title" "Metro"
"ows_abstract" "Planologische geluidszone metro"
"gml_featureid" "ID"
"gml_include_items" "all"
END
CLASS
NAME "Geluidszone metro"
STYLE
SYMBOL "chess2"
COLOR "#0040dc"
SIZE 4
END
STYLE
SYMBOL "hatchsymbol"
COLOR "#0040dc"
SIZE 2
WIDTH 1
ANGLE 90
END
END
END
#-----------------------------------------------------------------------------
LAYER
NAME "geluidzoneindustrieterrein"
GROUP "milieu_geluid_planologisch_industrie"
INCLUDE "connection_milieu.inc"
DATA "geometrie FROM (SELECT * FROM public.geo_geluidzone_industrie WHERE type = 'Geluidzone industrieterrein') AS foo USING srid=28992 USING UNIQUE id"
TYPE POLYGON
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
PROJECTION
"init=epsg:28992"
END
METADATA
"ows_title" "Geluidzone industrieterrein"
"ows_abstract" "Geluidzone industrieterrein"
"wms_group_title" "Industrie"
"wms_group_abstract" "Planologische geluidszone industrie"
"gml_featureid" "ID"
"gml_include_items" "all"
END
CLASS
NAME "Geluidzone industrieterrein"
STYLE
COLOR "#FFE600"
OPACITY 30
END
STYLE
OUTLINECOLOR "#FFE600"
WIDTH 1
END
END
END
#-----------------------------------------------------------------------------
LAYER
NAME "gezoneerdindustrieterrein"
GROUP "milieu_geluid_planologisch_industrie"
INCLUDE "connection_milieu.inc"
DATA "geometrie FROM (SELECT * FROM public.geo_geluidzone_industrie WHERE type = 'Gezoneerd industrieterrein') AS foo USING srid=28992 USING UNIQUE id"
TYPE POLYGON
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
PROJECTION
"init=epsg:28992"
END
METADATA
"ows_title" "Industrie"
"ows_abstract" "Planologische geluidszone industrie"
"wms_group_title" "Industrie"
"wms_group_abstract" "Planologische geluidszone industrie"
"gml_featureid" "ID"
"gml_include_items" "all"
END
CLASS
NAME "Gezoneerd industrieterrein"
STYLE
COLOR "#d8b0ff"
OPACITY 80
END
STYLE
OUTLINECOLOR "#d8b0ff"
WIDTH 1
END
END
END
#=============================================================================
END