-
Notifications
You must be signed in to change notification settings - Fork 1
/
layers.conf
337 lines (286 loc) · 12.3 KB
/
layers.conf
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# Layer configuration for Freemap Slovakia
# ========================================
#
StylesheetVersion=90
#90 (19.12.2020) - uprava odkazov pre TRAPI na novom serveri #2
#89 (19.12.2020) - uprava odkazov pre TRAPI na novom serveri
#88 (30.11.2019) - uprava odkazov spaet na port 80 (vypnutie squid na serveri a presun httpd na port 80)
#87 (15. 9.2019) - workaround pre "mod_fcgid: ap_pass_brigade failed in handle_request_ipc function" na serveri a "EOF when chunk header expected" na klientovi
#86 ( 5. 3.2017) - docasne zablokovanie power=pole + natural=tree, kedze sa v SVG pre ne renderuje pocet^2 riadkov
#85 ( 3. 3.2017) - opravy a vylepšenia: https://github.com/FreemapSlovakia/FreemapDiSK/milestone/2?closed=1
#84 (22. 1.2017) - opravy a vylepšenia: https://github.com/FreemapSlovakia/FreemapDiSK/milestone/1?closed=1
# Master list of layers
# ---------------------
#
Layers=trail,ski,naucho,cycleway,transport,hiking,freemap
LowLayers=trail,ski,naucho,cycleway,transport,hiking,freemap
#Global/Default antialiasing level
AAL=2
# Details for "freemap" layer
# ---------------------------
Layer.freemap.MinZoom=12
Layer.freemap.MaxZoom=16
Layer.freemap.MaxLowZoom=11
Layer.freemap.MinLowZoom=8
Layer.freemap.Overlay=1
Layer.freemap.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.freemap.Rules.5=features/freemap/atlas/map-features-z5.xml
Layer.freemap.Rules.6=features/freemap/atlas/map-features-z6.xml
Layer.freemap.Rules.7=features/freemap/atlas/map-features-z7.xml
Layer.freemap.Rules.8=features/freemap/atlas/map-features-z8.xml
Layer.freemap.Rules.9=features/freemap/atlas/map-features-z9.xml
Layer.freemap.Rules.10=features/freemap/atlas/map-features-z10.xml
Layer.freemap.Rules.11=features/freemap/atlas/map-features-z11.xml
Layer.freemap.Rules.12=features/freemap/atlas/map-features-z12.xml
Layer.freemap.AAL.12=4
Layer.freemap.Rules.13=features/freemap/atlas/map-features-z13.xml
Layer.freemap.AAL.13=3
Layer.freemap.Rules.14=features/freemap/atlas/map-features-z14.xml
Layer.freemap.Rules.15=features/freemap/atlas/map-features-z15.xml
Layer.freemap.Rules.16=features/freemap/atlas/map-features-z16.xml
Layer.freemap.Rules.17=features/freemap/atlas/map-features-z17.xml
Layer.freemap.Prefix=tiles
#Layer.freemap.Preprocessor=relation,close-areas
Layer.freemap.Preprocessor=
LowLayer.freemap.Preprocessor=simplify
# this enables the script to check if you've got everything it will need.
Layer.freemap.RequiredFiles=
# Details for "hiking" layer
# ---------------------------
Layer.hiking.MinZoom=12
Layer.hiking.MaxZoom=16
Layer.hiking.MaxLowZoom=11
Layer.hiking.MinLowZoom=8
Layer.hiking.Overlay=1
Layer.hiking.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.hiking.Rules.5=features/freemap/hiking/map-features-z5.xml
Layer.hiking.Rules.6=features/freemap/hiking/map-features-z6.xml
Layer.hiking.Rules.7=features/freemap/hiking/map-features-z7.xml
Layer.hiking.Rules.8=features/freemap/hiking/map-features-z8.xml
Layer.hiking.Rules.9=features/freemap/hiking/map-features-z9.xml
Layer.hiking.Rules.10=features/freemap/hiking/map-features-z10.xml
Layer.hiking.Rules.11=features/freemap/hiking/map-features-z11.xml
Layer.hiking.Rules.12=features/freemap/hiking/map-features-z12.xml
Layer.hiking.AAL.12=4
Layer.hiking.Rules.13=features/freemap/hiking/map-features-z13.xml
Layer.hiking.AAL.13=3
Layer.hiking.Rules.14=features/freemap/hiking/map-features-z14.xml
Layer.hiking.Rules.15=features/freemap/hiking/map-features-z15.xml
Layer.hiking.Rules.16=features/freemap/hiking/map-features-z16.xml
Layer.hiking.Rules.17=features/freemap/hiking/map-features-z17.xml
Layer.hiking.Prefix=tilesh
#Layer.hiking.Preprocessor=relation,close-areas
Layer.hiking.Preprocessor=
LowLayer.hiking.Preprocessor=simplify
# this enables the script to check if you've got everything it will need.
Layer.hiking.RequiredFiles=
# Details for "trail" layer
# ---------------------------
Layer.trail.MinZoom=12
Layer.trail.MaxZoom=16
Layer.trail.MaxLowZoom=11
Layer.trail.MinLowZoom=8
Layer.trail.Overlay=1
Layer.trail.DiSKUploadURL=URL_FREEMAP
Layer.trail.Rules.5=features/trails/map-features-z5.xml
Layer.trail.AAL.5=1
Layer.trail.Rules.6=features/trails/map-features-z6.xml
Layer.trail.AAL.6=1
Layer.trail.Rules.7=features/trails/map-features-z7.xml
Layer.trail.AAL.7=1
Layer.trail.Rules.8=features/trails/map-features-z8.xml
Layer.trail.AAL.8=1
Layer.trail.Rules.9=features/trails/map-features-z9.xml
Layer.trail.AAL.9=1
Layer.trail.Rules.10=features/trails/map-features-z10.xml
Layer.trail.AAL.10=1
Layer.trail.Rules.11=features/trails/map-features-z11.xml
Layer.trail.AAL.11=1
Layer.trail.Rules.12=features/trails/map-features-z12.xml
Layer.trail.AAL.12=1
Layer.trail.Rules.13=features/trails/map-features-z13.xml
Layer.trail.AAL.13=1
Layer.trail.Rules.14=features/trails/map-features-z14.xml
Layer.trail.AAL.14=1
Layer.trail.Rules.15=features/trails/map-features-z15.xml
Layer.trail.AAL.15=1
Layer.trail.Rules.16=features/trails/map-features-z16.xml
Layer.trail.AAL.16=1
Layer.trail.Rules.17=features/trails/map-features-z17.xml
Layer.trail.AAL.17=1
Layer.trail.Prefix=trails
Layer.trail.Preprocessor=
LowLayer.trail.Preprocessor=simplify
Layer.trail.RequiredFiles=
# Details for "horse" layer
# ---------------------------
Layer.horse.MinZoom=12
Layer.horse.MaxZoom=16
Layer.horse.MaxLowZoom=11
Layer.horse.MinLowZoom=8
Layer.horse.Overlay=1
Layer.horse.DiSKUploadURL=URL_FREEMAP
Layer.horse.Rules.5=features/horse/map-features-z5.xml
Layer.horse.AAL.5=1
Layer.horse.Rules.6=features/horse/map-features-z6.xml
Layer.horse.AAL.6=1
Layer.horse.Rules.7=features/horse/map-features-z7.xml
Layer.horse.AAL.7=1
Layer.horse.Rules.8=features/horse/map-features-z8.xml
Layer.horse.AAL.8=1
Layer.horse.Rules.9=features/horse/map-features-z9.xml
Layer.horse.AAL.9=1
Layer.horse.Rules.10=features/horse/map-features-z10.xml
Layer.horse.AAL.10=1
Layer.horse.Rules.11=features/horse/map-features-z11.xml
Layer.horse.AAL.11=1
Layer.horse.Rules.12=features/horse/map-features-z12.xml
Layer.horse.AAL.12=1
Layer.horse.Rules.13=features/horse/map-features-z13.xml
Layer.horse.AAL.13=1
Layer.horse.Rules.14=features/horse/map-features-z14.xml
Layer.horse.AAL.14=1
Layer.horse.Rules.15=features/horse/map-features-z15.xml
Layer.horse.AAL.15=1
Layer.horse.Rules.16=features/horse/map-features-z16.xml
Layer.horse.AAL.16=1
Layer.horse.Rules.17=features/horse/map-features-z17.xml
Layer.horse.AAL.17=1
Layer.horse.Prefix=horse
Layer.horse.Preprocessor=
LowLayer.horse.Preprocessor=simplify
Layer.horse.RequiredFiles=
# Details for "ski" layer
# ---------------------------
Layer.ski.MinZoom=12
Layer.ski.MaxZoom=16
Layer.ski.MaxLowZoom=11
Layer.ski.MinLowZoom=8
Layer.ski.Overlay=1
Layer.ski.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.ski.Rules.5=features/ski/map-features-z5.xml
Layer.ski.Rules.6=features/ski/map-features-z6.xml
Layer.ski.Rules.7=features/ski/map-features-z7.xml
Layer.ski.Rules.8=features/ski/map-features-z8.xml
Layer.ski.Rules.9=features/ski/map-features-z9.xml
Layer.ski.Rules.10=features/ski/map-features-z10.xml
Layer.ski.Rules.11=features/ski/map-features-z11.xml
Layer.ski.Rules.12=features/ski/map-features-z12.xml
Layer.ski.Rules.13=features/ski/map-features-z13.xml
Layer.ski.Rules.14=features/ski/map-features-z14.xml
Layer.ski.Rules.15=features/ski/map-features-z15.xml
Layer.ski.Rules.16=features/ski/map-features-z16.xml
Layer.ski.Rules.17=features/ski/map-features-z17.xml
Layer.ski.Prefix=ski
Layer.ski.Preprocessor=
LowLayer.ski.Preprocessor=simplify
# this enables the script to check if you've got everything it will need.
Layer.ski.RequiredFiles=
# Details for "transport" layer
# ---------------------------
Layer.transport.MinZoom=12
Layer.transport.MaxZoom=16
Layer.transport.MaxLowZoom=11
Layer.transport.MinLowZoom=8
Layer.transport.Overlay=1
Layer.transport.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.transport.Rules.5=features/transport/map-features-z5.xml
Layer.transport.Rules.6=features/transport/map-features-z6.xml
Layer.transport.Rules.7=features/transport/map-features-z7.xml
Layer.transport.Rules.8=features/transport/map-features-z8.xml
Layer.transport.Rules.9=features/transport/map-features-z9.xml
Layer.transport.Rules.10=features/transport/map-features-z10.xml
Layer.transport.Rules.11=features/transport/map-features-z11.xml
Layer.transport.Rules.12=features/transport/map-features-z12.xml
Layer.transport.Rules.13=features/transport/map-features-z13.xml
Layer.transport.Rules.14=features/transport/map-features-z14.xml
Layer.transport.Rules.15=features/transport/map-features-z15.xml
Layer.transport.Rules.16=features/transport/map-features-z16.xml
Layer.transport.Rules.17=features/transport/map-features-z17.xml
# prefix for tiles from this layer. this is what the server will see,
# and has to match what the server expects. I.e. you can rename your
# layer "gobblebobble" but don't change the prefix.
Layer.transport.Prefix=transport
# preprocessor may be maplint, or empty.
Layer.transport.Preprocessor=
LowLayer.transport.Preprocessor=simplify
# this enables the script to check if you've got everything it will need.
Layer.transport.RequiredFiles=
# Details for "naucho" layer
# ---------------------------
Layer.naucho.MinZoom=12
Layer.naucho.MaxZoom=16
Layer.naucho.MaxLowZoom=11
Layer.naucho.MinLowZoom=11
Layer.naucho.Overlay=1
Layer.naucho.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.naucho.Rules.5=features/naucho/map-features-z5.xml
Layer.naucho.Rules.6=features/naucho/map-features-z6.xml
Layer.naucho.Rules.7=features/naucho/map-features-z7.xml
Layer.naucho.Rules.8=features/naucho/map-features-z8.xml
Layer.naucho.Rules.9=features/naucho/map-features-z9.xml
Layer.naucho.Rules.10=features/naucho/map-features-z10.xml
Layer.naucho.Rules.11=features/naucho/map-features-z11.xml
Layer.naucho.Rules.12=features/naucho/map-features-z12.xml
Layer.naucho.AAL.12=4
Layer.naucho.Rules.13=features/naucho/map-features-z13.xml
Layer.naucho.AAL.13=3
Layer.naucho.Rules.14=features/naucho/map-features-z14.xml
Layer.naucho.Rules.15=features/naucho/map-features-z15.xml
Layer.naucho.Rules.16=features/naucho/map-features-z16.xml
Layer.naucho.Rules.17=features/naucho/map-features-z17.xml
Layer.naucho.Prefix=naucho
Layer.naucho.Preprocessor=
LowLayer.naucho.Preprocessor=simplify
Layer.naucho.RequiredFiles=
# Details for "cycleway" layer
# ---------------------------
Layer.cycleway.MinZoom=12
Layer.cycleway.MaxZoom=16
Layer.cycleway.MaxLowZoom=11
Layer.cycleway.MinLowZoom=8
Layer.cycleway.Overlay=1
Layer.cycleway.DiSKUploadURL=URL_FREEMAP
# osmarender rule files to be used, one for each level
Layer.cycleway.Rules.5=features/cycleways/map-features-z5.xml
Layer.cycleway.Rules.6=features/cycleways/map-features-z6.xml
Layer.cycleway.Rules.7=features/cycleways/map-features-z7.xml
Layer.cycleway.Rules.8=features/cycleways/map-features-z8.xml
Layer.cycleway.Rules.9=features/cycleways/map-features-z9.xml
Layer.cycleway.Rules.10=features/cycleways/map-features-z10.xml
Layer.cycleway.Rules.11=features/cycleways/map-features-z11.xml
Layer.cycleway.Rules.12=features/cycleways/map-features-z12.xml
Layer.cycleway.AAL.12=4
Layer.cycleway.Rules.13=features/cycleways/map-features-z13.xml
Layer.cycleway.AAL.13=3
Layer.cycleway.Rules.14=features/cycleways/map-features-z14.xml
Layer.cycleway.Rules.15=features/cycleways/map-features-z15.xml
Layer.cycleway.Rules.16=features/cycleways/map-features-z16.xml
Layer.cycleway.Rules.17=features/cycleways/map-features-z17.xml
Layer.cycleway.Prefix=cycleways
Layer.cycleway.Preprocessor=
LowLayer.cycleway.Preprocessor=simplify
Layer.cycleway.RequiredFiles=
# Details for "address" layer
# ---------------------------
Layer.address.MinZoom=16
Layer.address.MaxZoom=16
Layer.address.Overlay=1
# osmarender rule files to be used, one for each level
Layer.address.Rules.16=features/address/map-features-z16.xml
Layer.address.FSAA.16=1
Layer.address.Rules.17=features/address/map-features-z17.xml
Layer.address.FSAA.17=1
# prefix for tiles from this layer. this is what the server will see,
# and has to match what the server expects. I.e. you can rename your
# layer "gobblebobble" but don't change the prefix.
Layer.address.Prefix=address
# preprocessor may be maplint, frollo, or empty.
Layer.address.Preprocessor=
# this enables the script to check if you've got everything it will need.
Layer.address.RequiredFiles=