source: trunk/mapproxy/projects/alkisrlp.yaml @ 266

Revision 266, 2.6 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 
1base: ../base.yaml
2
3# 2012-08-28 neue GDI: MapProxy 1.4
4# 2013-01-24 neue ALKIS-grids in base.yaml, Verschiebung level +1
5# 2013-03-05 neues Mapfile "_a.map", Layernamen anpassen, Mapserver 6.2
6
7# http://map.krz.de/mapproxy/alkisrlp/service?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1
8services:
9  demo:
10  #kml:
11  #tms:
12  wms:
13    srs: ['EPSG:4326', 'EPSG:25832', 'EPSG:54004']
14    #attribution:
15    #  text: "© Geobasisdaten Liegenschaftskataster Kreis ___"
16    md:
17      title: "c: ALKIS"
18      abstract: Liegenschaftskataster ALKIS Demokarte RLP Mustermonzel. Konverter PostNAS 0.7, Über MapProxy 1.4 Cache
19      online_resource: http://mapproxy.org/
20      contact:
21        person: Frank JÀger
22        position: GIS-Administrator
23        organization: Kommunales Rechenzentrum Minden-Ravensberg/Lippe
24        address: Am Lindenhaus 21
25        city: Lemgo
26        postcode: 32657
27        country: Germany
28        phone: +49(0)5261-252-185
29        fax: +49(0)5261-932-185
30        email: f.jaeger@krz.de
31      access_constraints: 'Nur fÃŒr den Dienstgebrauch'
32      fees: 'None'
33
34layers:
35  - name: alkis_nutzung
36    title: Nutzungsarten
37    sources: [alkisrlp_nua_c]
38    min_scale: 100
39    max_scale: 35000
40  - name: alkis_lieka
41    title: ALKIS
42    sources: [alkisrlp_lie_c]
43    min_scale: 100
44    max_scale: 35000
45  - name: alkis_bezirke
46    title: Bezirke
47    sources: [alkisrlp_bez_c]
48    min_res: 74.08 # 1:210.000
49    max_res: 1.76
50
51caches:
52  # Sonderversionen grid _rlp_ ausserhalb krz-Gebiet
53  alkisrlp_lie_c:
54    grids: [alkis_rlp_lie_grid]
55    sources: ["alkis:ax_gebaeude_umr,ax_bauteil,ax_besonderegebaeudelinie,ag_t_gebaeude,ag_l_gebaeude,ax_flurstueck,ax_besondereflurstuecksgrenze,ag_l_flurstueck,sk2004_zuordnungspfeil_spitze,ag_t_flurstueck,ag_p_flurstueck,ax_punktortta,ap_pto_stra,ap_pto","alkis_fi:ax_flurstueck"]
56  alkisrlp_nua_c:
57    grids: [alkis_rlp_nua_grid]
58    sources: ["alkis:nutzung_alle"]
59  alkisrlp_bez_c:
60    grids: [alkis_rlp_bez_grid]
61    sources: ["alkis:pp_flur,pp_gemarkung,pp_gemeinde"]
62
63sources:
64  # fuer Karte
65  alkis:
66    type: wms
67    wms_opts:
68      legendgraphic: true
69    # rlp, eng um das Testgebiet:
70    coverage:
71      bbox: "349550,5529460,355140,5532210"
72      bbox_srs: "EPSG:25832"
73    req:
74      url: http://10.0.100.72/cgi-bin/mapserv62?
75      map: /opt/gdi/alkis07/alkis07rlpa.map
76      transparent: true
77      format: image/png
78  # fuer Feature-Info
79  alkis_fi:
80    type: wms
81    wms_opts:
82      featureinfo: true
83      map: false
84    req:
85      url: http://10.0.100.72/cgi-bin/mapserv62?
86      map: /opt/gdi/alkis07/alkis07rlpa.map
87  debug:
88    type: debug
Note: See TracBrowser for help on using the repository browser.