source: trunk/mapproxy/base.yaml @ 431

Revision 266, 1.3 KB checked in by frank.jaeger, 11 years ago (diff)

Arbeiten am ALKIS-Mapfile als Entwicklerversion _entw.map zusätzlich hochgeladen.
Views und Mapproxy dazu angepasst.

Line 
1# Nur die Teile der 'base.yaml', die fuer ALKIS (PostNAS) relevant sind
2
3# 2013-03-05 grid fuer RLP (ALKIS-Demo)
4
5  # Sonderversionen fuer ALKIS RLP-DEMO, bbox auf Mustermonzel
6  alkis_rlp_lie_grid:
7    srs: "EPSG:25832"
8    bbox: "349000,5529000,356000,5533000"
9    bbox_srs: "EPSG:25832"
10    num_levels: 9
11    res: [
12      8.8194444444, # 0 25000
13      3.5277777778, # 1 10000
14      1.7638888889, # 2  5000
15      0.8819444444, # 3  2500
16      0.6173611111, # 4  1750
17      0.3527777778, # 5  1000
18      0.2645833333, # 6   750
19      0.1763888889, # 7   500
20      0.0881944444, # 8   250
21    ]
22
23  alkis_rlp_nua_grid:
24    srs: "EPSG:25832"
25    bbox: "349000,5529000,356000,5533000"
26    bbox_srs: "EPSG:25832"
27    num_levels: 7
28    res: [
29      8.8194444444, # 0 25000
30      3.5277777778, # 1 10000
31      1.7638888889, # 2  5000
32      0.8819444444, # 3  2500
33      0.3527777778, # 4  1000
34      0.1763888889, # 5   500
35      0.0881944444, # 6   250
36    ]
37
38  alkis_rlp_bez_grid:
39    srs: "EPSG:25832"
40    bbox: "349000,5529000,356000,5533000"
41    bbox_srs: "EPSG:25832"
42    num_levels: 6
43    res: [
44    #  res          level scale @72.0 DPI
45      52.9166666667, #  0 150000
46      26.4583333333, #  1  75000
47      17.6388888889, #  2  50000
48       8.8194444444, #  3  25000
49       3.5277777778, #  4  10000
50       1.7638888889, #  5   5000
51    ]
Note: See TracBrowser for help on using the repository browser.