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.

RevLine 
[111]1base: ../base.yaml
2
[266]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
[111]6
[266]7# http://map.krz.de/mapproxy/alkisrlp/service?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1
[111]8services:
9  demo:
10  #kml:
11  #tms:
12  wms:
13    srs: ['EPSG:4326', 'EPSG:25832', 'EPSG:54004']
14    #attribution:
[266]15    #  text: "© Geobasisdaten Liegenschaftskataster Kreis ___"
[111]16    md:
17      title: "c: ALKIS"
[266]18      abstract: Liegenschaftskataster ALKIS Demokarte RLP Mustermonzel. Konverter PostNAS 0.7, Über MapProxy 1.4 Cache
[111]19      online_resource: http://mapproxy.org/
20      contact:
[266]21        person: Frank JÀger
[111]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
[266]31      access_constraints: 'Nur fÃŒr den Dienstgebrauch'
[111]32      fees: 'None'
33
34layers:
35  - name: alkis_nutzung
36    title: Nutzungsarten
[266]37    sources: [alkisrlp_nua_c]
38    min_scale: 100
39    max_scale: 35000
40  - name: alkis_lieka
[111]41    title: ALKIS
[266]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
[111]51caches:
[266]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:
[111]57    grids: [alkis_rlp_nua_grid]
[266]58    sources: ["alkis:nutzung_alle"]
59  alkisrlp_bez_c:
60    grids: [alkis_rlp_bez_grid]
61    sources: ["alkis:pp_flur,pp_gemarkung,pp_gemeinde"]
[111]62
63sources:
64  # fuer Karte
65  alkis:
66    type: wms
67    wms_opts:
68      legendgraphic: true
[266]69    # rlp, eng um das Testgebiet:
[111]70    coverage:
71      bbox: "349550,5529460,355140,5532210"
72      bbox_srs: "EPSG:25832"
73    req:
[266]74      url: http://10.0.100.72/cgi-bin/mapserv62?
75      map: /opt/gdi/alkis07/alkis07rlpa.map
[111]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:
[266]85      url: http://10.0.100.72/cgi-bin/mapserv62?
86      map: /opt/gdi/alkis07/alkis07rlpa.map
[111]87  debug:
88    type: debug
Note: See TracBrowser for help on using the repository browser.