forked from GFDRR/osm-extract
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mapproxy.yaml
555 lines (551 loc) · 14.4 KB
/
mapproxy.yaml
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
services:
demo:
kml:
wmts:
tms:
wms:
srs: ['EPSG:4326', 'EPSG:900913', 'EPSG:900913']
image_formats: ['image/jpeg', 'image/png']
wms_opts:
featureinfo: true
md:
title: EventKit WMS
abstract: EventKit WMS
online_resource: http://eventkit.mil
caches:
REPLACEME_osm_aerodromes_point_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_aerodromes_point/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_aerodromes_point
REPLACEME_osm_aerodromes_polygon_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_aerodromes_polygon/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_aerodromes_polygon
REPLACEME_osm_all_roads_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_all_roads/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_all_roads
REPLACEME_osm_banks_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_banks/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_banks
REPLACEME_osm_buildings_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_buildings/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_buildings
REPLACEME_osm_cities_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_cities/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_cities
REPLACEME_osm_farms_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_farms/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_farms
REPLACEME_osm_forest_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_forest/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_forest
REPLACEME_osm_grassland_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_grassland/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_grassland
REPLACEME_osm_hamlets_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_hamlets/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_hamlets
REPLACEME_osm_helipads_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_helipads/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_helipads
REPLACEME_osm_hotels_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_hotels/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_hotels
REPLACEME_osm_lakes_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_lakes/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_lakes
REPLACEME_osm_main_roads_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_main_roads`/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_main_roads
REPLACEME_osm_medical_point_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_medical_point/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_medical_point
REPLACEME_osm_medical_polygon_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_medical_polygon/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_medical_polygon
REPLACEME_osm_military_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_military/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_military
REPLACEME_osm_neighborhoods_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_neighborhoods/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_neighborhoods
# REPLACEME_osm_orchards_cache:
# cache:
# directory: /cache/mapproxy/layer/REPLACEME_osm_orchards/
# directory_layout: tms
# type: file
# grids:
# - default_grid
# sources:
# - REPLACEME_osm_orchards
REPLACEME_osm_paths_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_paths/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_paths
REPLACEME_osm_placenames_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_placenames/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_placenames
REPLACEME_osm_police_stations_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_police_stations/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_police_stations
REPLACEME_osm_residential_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_residential/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_residential
REPLACEME_osm_restaurants_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_restaurants/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_restaurants
REPLACEME_osm_riverbanks_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_riverbanks/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_riverbanks
REPLACEME_osm_rivers_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_rivers/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_rivers
REPLACEME_osm_schools_point_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_schools_point/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_schools_point
REPLACEME_osm_schools_polygon_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_schools_polygon/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_schools_polygon
REPLACEME_osm_tracks_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_tracks/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_tracks
REPLACEME_osm_train_stations_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_train_stations/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_train_stations
REPLACEME_osm_villages_cache:
cache:
directory: /cache/mapproxy/layer/REPLACEME_osm_villages/
directory_layout: tms
type: file
grids:
- default_grid
sources:
- REPLACEME_osm_villages
grids:
default_grid:
origin: nw
srs: EPSG:3857
tile_size:
- 256
- 256
layers:
- name: REPLACEME_osm_aerodromes_point
title: Colombia OSM Aerodromes Point
sources: [REPLACEME_osm_aerodromes_point_cache]
- name: REPLACEME_osm_aerodromes_polygon
title: Colombia OSM Aerodromes Polygon
sources: [REPLACEME_osm_aerodromes_polygon_cache]
- name: REPLACEME_osm_all_roads
title: Colombia OSM All Roads
sources: [REPLACEME_osm_all_roads_cache]
- name: REPLACEME_osm_all_banks
title: Colombia OSM Banks
sources: [REPLACEME_osm_banks_cache]
- name: REPLACEME_osm_buildings
title: Colombia OSM Buildings
sources: [REPLACEME_osm_buildings_cache]
- name: REPLACEME_osm_cities
title: Colombia OSM Cities
sources: [REPLACEME_osm_cities_cache]
- name: REPLACEME_osm_farms
title: Colombia OSM Farms
sources: [REPLACEME_osm_farms_cache]
- name: REPLACEME_osm_forest
title: Colombia OSM Forest
sources: [REPLACEME_osm_forest_cache]
- name: REPLACEME_osm_grassland
title: Colombia OSM Grassland
sources: [REPLACEME_osm_grassland_cache]
- name: REPLACEME_osm_hamlets
title: Colombia OSM Hamlets
sources: [REPLACEME_osm_hamlets_cache]
- name: REPLACEME_osm_helipads
title: Colombia OSM Helipads
sources: [REPLACEME_osm_helipads_cache]
- name: REPLACEME_osm_hotels
title: Colombia OSM Hotels
sources: [REPLACEME_osm_hotels_cache]
- name: REPLACEME_osm_lakes
title: Colombia OSM Lakes
sources: [REPLACEME_osm_lakes_cache]
- name: REPLACEME_osm_main_roads
title: Colombia OSM Main Roads
sources: [REPLACEME_osm_main_roads_cache]
- name: REPLACEME_osm_medical_point
title: Colombia OSM Medical Points
sources: [REPLACEME_osm_medical_point_cache]
- name: REPLACEME_osm_medical_polygon
title: Colombia OSM Medical Polygon
sources: [REPLACEME_osm_medical_polygon_cache]
- name: REPLACEME_osm_military
title: Colombia OSM Military
sources: [REPLACEME_osm_military_cache]
- name: REPLACEME_osm_neighborhoods
title: Colombia OSM Neighborhoods
sources: [REPLACEME_osm_neighborhoods_cache]
# - name: REPLACEME_osm_orchards
# title: Colombia OSM Orchards
# sources: [REPLACEME_osm_orchards_cache]
- name: REPLACEME_osm_paths
title: Colombia OSM Paths
sources: [REPLACEME_osm_paths_cache]
- name: REPLACEME_osm_placenames
title: Colombia OSM Placenames
sources: [REPLACEME_osm_placenames_cache]
- name: REPLACEME_osm_police_stations
title: Colombia OSM Police Stations
sources: [REPLACEME_osm_police_stations_cache]
- name: REPLACEME_osm_residential
title: Colombia OSM Residential
sources: [REPLACEME_osm_residential_cache]
- name: REPLACEME_osm_restaurants
title: Colombia OSM Restaurants
sources: [REPLACEME_osm_restaurants_cache]
- name: REPLACEME_osm_riverbanks
title: Colombia OSM Riverbanks
sources: [REPLACEME_osm_riverbanks_cache]
- name: REPLACEME_osm_rivers
title: Colombia OSM Rivers
sources: [REPLACEME_osm_rivers_cache]
- name: REPLACEME_osm_schools_point
title: Colombia OSM School Points
sources: [REPLACEME_osm_schools_point_cache]
- name: REPLACEME_osm_schools_polygon
title: Colombia OSM School Polygons
sources: [REPLACEME_osm_schools_polygon_cache]
- name: REPLACEME_osm_tracks
title: Colombia OSM Tracks
sources: [REPLACEME_osm_tracks_cache]
- name: REPLACEME_osm_train_stations
title: Colombia OSM Train Stations
sources: [REPLACEME_osm_train_stations_cache]
- name: REPLACEME_osm_villages
title: Colombia OSM Villages
sources: [REPLACEME_osm_villages_cache]
sources:
REPLACEME_osm_aerodromes_point:
type: mapnik
mapfile: ./mapnik.xml
layers: [aerodromes_point]
transparent: true
REPLACEME_osm_aerodromes_polygon:
type: mapnik
mapfile: ./mapnik.xml
layers: [aerodromes_polygon]
transparent: true
REPLACEME_osm_all_roads:
type: mapnik
mapfile: ./mapnik.xml
layers: [all_roads]
transparent: true
REPLACEME_osm_banks:
type: mapnik
mapfile: ./mapnik.xml
layers: [banks]
transparent: true
REPLACEME_osm_buildings:
type: mapnik
mapfile: ./mapnik.xml
layers: [buildings]
transparent: true
REPLACEME_osm_cities:
type: mapnik
mapfile: ./mapnik.xml
layers: [cities]
transparent: true
REPLACEME_osm_farms:
type: mapnik
mapfile: ./mapnik.xml
layers: [farms]
transparent: true
REPLACEME_osm_forest:
type: mapnik
mapfile: ./mapnik.xml
layers: [forest]
transparent: true
REPLACEME_osm_grassland:
type: mapnik
mapfile: ./mapnik.xml
layers: [grassland]
transparent: true
REPLACEME_osm_hamlets:
type: mapnik
mapfile: ./mapnik.xml
layers: [hamlets]
transparent: true
REPLACEME_osm_helipads:
type: mapnik
mapfile: ./mapnik.xml
layers: [helipads]
transparent: true
REPLACEME_osm_hotels:
type: mapnik
mapfile: ./mapnik.xml
layers: [hotels]
transparent: true
REPLACEME_osm_lakes:
type: mapnik
mapfile: ./mapnik.xml
layers: [lakes]
transparent: true
REPLACEME_osm_main_roads:
type: mapnik
mapfile: ./mapnik.xml
layers: [main_roads]
transparent: true
REPLACEME_osm_medical_point:
type: mapnik
mapfile: ./mapnik.xml
layers: [medical_point]
transparent: true
REPLACEME_osm_medical_polygon:
type: mapnik
mapfile: ./mapnik.xml
layers: [medical_polygon]
transparent: true
REPLACEME_osm_military:
type: mapnik
mapfile: ./mapnik.xml
layers: [military]
transparent: true
REPLACEME_osm_neighborhoods:
type: mapnik
mapfile: ./mapnik.xml
layers: [neighborhoods]
transparent: true
# REPLACEME_osm_orchards:
# type: mapnik
# mapfile: ./mapnik.xml
# layers: [orchards]
# transparent: true
REPLACEME_osm_paths:
type: mapnik
mapfile: ./mapnik.xml
layers: [paths]
transparent: true
REPLACEME_osm_placenames:
type: mapnik
mapfile: ./mapnik.xml
layers: [placenames]
transparent: true
REPLACEME_osm_police_stations:
type: mapnik
mapfile: ./mapnik.xml
layers: [police_stations]
transparent: true
REPLACEME_osm_residential:
type: mapnik
mapfile: ./mapnik.xml
layers: [residential]
transparent: true
REPLACEME_osm_restaurants:
type: mapnik
mapfile: ./mapnik.xml
layers: [restaurants]
transparent: true
REPLACEME_osm_riverbanks:
type: mapnik
mapfile: ./mapnik.xml
layers: [riverbanks]
transparent: true
REPLACEME_osm_rivers:
type: mapnik
mapfile: ./mapnik.xml
layers: [rivers]
transparent: true
REPLACEME_osm_schools_point:
type: mapnik
mapfile: ./mapnik.xml
layers: [schools_point]
transparent: true
REPLACEME_osm_schools_polygon:
type: mapnik
mapfile: ./mapnik.xml
layers: [schools_polygon]
transparent: true
REPLACEME_osm_tracks:
type: mapnik
mapfile: ./mapnik.xml
layers: [tracks]
transparent: true
REPLACEME_osm_train_stations:
type: mapnik
mapfile: ./mapnik.xml
layers: [train_stations]
transparent: true
REPLACEME_osm_villages:
type: mapnik
mapfile: ./mapnik.xml
layers: [villages]
transparent: true