source: trunk/data/mapproxy/projects/alkisrlp.yaml @ 116

Revision 111, 2.9 KB checked in by frank.jaeger, 13 years ago (diff)
Line 
1base: ../base.yaml
2
3# 2011-09-19 F.J.
4
5services:
6  demo:
7  #kml:
8  #tms:
9  wms:
10    #srs: ['EPSG:4326', 'EPSG:25832', 'EPSG:31467', 'EPSG:54004']
11    srs: ['EPSG:4326', 'EPSG:25832', 'EPSG:54004']
12    #attribution:
13    #  text: "© Geobasisdaten Liegenschaftskataster Kreis ...."
14    md:
15      title: "c: ALKIS"
16      abstract: Liegenschaftskataster ALKIS Demokarte RLP Mustermonzel. Beschleunigt ueber MapProxy
17      online_resource: http://mapproxy.org/
18      contact:
19        person: Frank Jaeger
20        position: GIS-Administrator
21        organization: Kommunales Rechenzentrum Minden-Ravensberg/Lippe
22        address: Am Lindenhaus 21
23        city: Lemgo
24        postcode: 32657
25        country: Germany
26        phone: +49(0)5261-252-185
27        fax: +49(0)5261-932-185
28        email: f.jaeger@krz.de
29      access_constraints: 'Nur fuer den Dienstgebrauch'
30      fees: 'None'
31
32layers:
33  - name: alkis_nutzung
34    title: Nutzungsarten
35    sources: [alkisrlp_nutzg_c]
36  - name: alkis
37    title: ALKIS
38    sources: [alkisrlp_c]
39   
40caches:
41  alkisrlp_c:
42    grids: [alkis_rlp_grid]
43    #sources: ["alkis:ax_klassifizierungnachstrassenrecht,ax_naturumweltoderbodenschutzrecht,ax_anderefestlegungnachwasserrecht,ax_bauraumoderbodenordnungsrecht_umrandung,ax_denkmalschutzrecht,ax_sonstigesrecht,ax_gebaeude,ax_bauteil,ax_besonderegebaeudelinie,ag_t_gebaeude,ax_flurstueck,ax_besondereflurstuecksgrenze,ag_l_flurstueck,ag_p_flurstueck,ag_t_flurstueck,ax_punktortta,ap_pto,ap_lpo","alkis_fi:ax_flurstueck"]
44    # ohne Gruppe 'recht'
45    sources: ["alkis:ax_gebaeude,ax_bauteil,ax_besonderegebaeudelinie,ag_t_gebaeude,ax_flurstueck,ax_besondereflurstuecksgrenze,ag_l_flurstueck,ag_p_flurstueck,ag_t_flurstueck,ax_punktortta,ap_pto,ap_lpo","alkis_fi:ax_flurstueck"]
46
47  alkisrlp_nutzg_c:
48    grids: [alkis_rlp_nua_grid]
49    sources: ["alkis:ax_wohnbauflaeche,ax_industrieundgewerbeflaeche,ax_halde,ax_bergbaubetrieb,ax_tagebaugrubesteinbruch,ax_flaechegemischternutzung,ax_flaechebesondererfunktionalerpraegung,ax_sportfreizeitunderholungsflaeche,ax_friedhof,ax_strassenverkehr,ax_weg,ax_platz,ax_bahnverkehr,ax_flurverkehr,ax_schiffsverkehr,ax_landwirtschaft,ax_wald,ax_gehoelz,ax_heide,ax_moor,ax_sumpf,ax_unlandvegetationsloseflaeche,ax_vegetationsmerkmal,ax_fliessgewaesser,ax_hafenbecken,ax_stehendesgewaesser"]
50
51sources:
52  # fuer Karte
53  alkis:
54    type: wms
55    wms_opts:
56      legendgraphic: true
57    # rlp
58    coverage:
59      bbox: "349550,5529460,355140,5532210"
60      bbox_srs: "EPSG:25832"
61    req:
62      #url: http://wms.krz.de/cgi-bin/mapserv5?
63      #map: /data/wms/alkis/alkis05rlp.map
64      url: http://wms.krz.de/cgi-bin/alkis05rlp.xml?
65      transparent: true
66      format: image/png
67  # fuer Feature-Info
68  alkis_fi:
69    type: wms
70    wms_opts:
71      featureinfo: true
72      map: false
73    req:
74      #url: http://wms.krz.de/cgi-bin/mapserv5?
75      #map: /data/wms/alkis/alkis05rlp.map
76      url: http://wms.krz.de/cgi-bin/alkis05rlp.xml?
77  debug:
78    type: debug
Note: See TracBrowser for help on using the repository browser.