-
Notifications
You must be signed in to change notification settings - Fork 2
/
nvdb.yaml
86 lines (81 loc) · 1.98 KB
/
nvdb.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
# vim: set ai expandtab sw=2 ts=2:
services:
demo:
tms:
use_grid_names: true
origin: 'nw'
kml:
use_grid_names: true
wms:
md:
title: MapProxy WMS Proxy
abstract: This is a minimal MapProxy example.
layers:
- name: nvdb_speeds
title: NVDB speeds
sources: [nvdb_speeds_ms_cache]
- name: nvdb_speeds_alt
title: NVDB speeds alt
sources: [nvdb_speeds_alt_ms_cache]
- name: nvdb_names
title: NVDB names
sources: [nvdb_names_ms_cache]
caches:
nvdb_speeds_ms_cache:
grids: [webmercator]
sources: [nvdb_speeds_ms]
disable_storage: true
nvdb_speeds_alt_ms_cache:
grids: [webmercator]
sources: [nvdb_speeds_alt_ms]
disable_storage: true
nvdb_names_ms_cache:
grids: [webmercator]
sources: [nvdb_names_ms]
disable_storage: true
sources:
nvdb_speeds_ms:
type: mapserver
req:
layers: ways,cycleways,speeds
map: nvdb_speeds.map
transparent: true
supported_srs: ['EPSG:3857']
supported_formats: ['image/png']
coverage:
bbox: [269646.879000, 6133589.947000, 917085.660000, 7654982.170000]
srs: 'EPSG:3006'
mapserver:
binary: /usr/bin/mapserv
working_dir: .
nvdb_speeds_alt_ms:
type: mapserver
req:
layers: ways_alt,cycleways,speeds
map: nvdb_speeds.map
transparent: true
supported_srs: ['EPSG:3857']
supported_formats: ['image/png']
coverage:
bbox: [269646.879000, 6133589.947000, 917085.660000, 7654982.170000]
srs: 'EPSG:3006'
mapserver:
binary: /usr/bin/mapserv
working_dir: .
nvdb_names_ms:
type: mapserver
req:
layers: names
map: nvdb_names.map
transparent: true
supported_srs: ['EPSG:3857']
supported_formats: ['image/png']
coverage:
bbox: [269646.879000, 6133589.947000, 917085.660000, 7654982.170000]
srs: 'EPSG:3006'
mapserver:
binary: /usr/bin/mapserv
working_dir: .
grids:
webmercator:
base: GLOBAL_WEBMERCATOR