source: trunk/umn/alkis/alkis.map @ 6

Revision 6, 3.2 KB checked in by gfikoczek, 16 years ago (diff)

Title angepasst

Line 
1##########################################################################################
2# WMS: ALKIS_RLP_WFS
3# ----------------------------------------------------------------------------------------
4# Die Mapdatei 'alkis.map' inkl. ihrer inkludierten Layer ist... 
5#
6# GetCapabilities-Request:
7# http://localhost/cgi-bin/alkis.xml?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1
8##########################################################################################
9                       
10MAP
11        NAME "alkis"
12        STATUS ON
13        EXTENT 349000 5529000 356000 5533000
14
15       
16        #CONFIG  "MS_ERRORFILE" "<Absoluter Pfad zur alkis.log-Datei>"
17        #DEBUG 3
18                       
19        PROJECTION
20                "init=epsg:25832"
21        END
22
23        SYMBOLSET "symbols/symbols_alkis.sym"
24        FONTSET "fonts/fonts_alkis.fnt"
25                       
26        UNITS METERS
27                       
28        OUTPUTFORMAT
29                NAME png
30                DRIVER "GD/PNG"
31                MIMETYPE "image/png"
32                EXTENSION PNG
33                IMAGEMODE PC256
34                TRANSPARENT ON
35        END
36       
37        OUTPUTFORMAT
38                NAME 'AGG'
39                DRIVER AGG/PNG
40                MIMETYPE "image/png"
41                IMAGEMODE RGB
42        END
43                       
44        WEB     
45                METADATA
46                        wms_accessconstraints "none"
47                        wms_srs "epsg:25832 epsg:4326 epsg:31467 epsg:31466 epsg:31468 epsg:31469 epsg:31492 epsg:31493 epsg:31494 epsg:31495 epsg:31462 epsg:31463 epsg:31464 epsg:31465 epsg:25833 epsg:31287 epsg:32633 epsg:2398"
48                        wms_onlineresource "http://localhost/cgi-bin/alkis.xml" #linux
49                        wms_title "ALKIS"
50                        wms_feature_info_mime_type "text/html"
51                       
52                        wfs_accessconstraints "none"
53                        wfs_srs "epsg:25832 epsg:4326 epsg:31467 epsg:31466 epsg:31468 epsg:31469"
54                        wfs_onlineresource "http://localhost/cgi-bin/alkis.xml" #linux
55                       
56                        wfs_title "ALKIS RLP"
57                        wfs_feature_info_mime_type "text/html"
58                        wfs_encoding "UTF-8"
59                        ows_schema_location ".."
60                        wfs_geometry_element_name "wkb_geometry"
61                       
62                        ows_abstract "ALKIS - LVER_GEO RLP"
63                        ows_keywordlist "ALKIS,ALKIS_RLP,WebGIS,WMS,WFS,WhereGroup"
64                        ows_fees "none"
65                        ows_accessconstraints "none"
66                       
67                        include "include/contact_address.map"
68                        include "include/contact_person.map"
69                END
70        END
71                       
72        LEGEND
73                STATUS ON
74                KEYSIZE 16 16
75                KEYSPACING 5 5
76                LABEL
77                        COLOR 0 0 0
78                        TYPE TRUETYPE
79                        FONT "arial"
80                        SIZE 8
81                END
82        END
83
84#-----------------
85
86       
87        # TatsÀchliche Nutzung
88                # AX_TatsaechlicheNutzung
89       
90        # Siedlung
91                # WohnbauflÀche
92                        include "layer/ax_wohnbauflaeche.map"
93                        include "layer/ax_flaechegemischternutzung.map"
94                        include "layer/ax_flaechebesondererfunktionalerpraegung.map"
95                        include "layer/ax_industrieundgewerbeflaeche.map"
96                        include "layer/ax_sportfreizeitunderholungsflaeche.map"
97                                               
98        # Vegetation
99                # Landwirtschaft
100                        include "layer/ax_landwirtschaft.map"
101                        include "layer/ax_wald.map"
102                        include "layer/ax_gehoelz.map"
103       
104        # GewÀsser
105                include "layer/ax_fliessgewaesser.map"
106               
107        # Verkehr
108                # Strassenverkehr
109                        include "layer/ax_strassenverkehr.map"
110                        include "layer/ax_platz.map"
111                       
112        # Angaben zum GebÀude 
113                        include "layer/ax_gebaeude.map"
114                        include "layer/ax_bauteil.map" 
115                        include "layer/ax_besonderegebaeudelinie.map"
116
117        # FlurstÃŒcke, Lage, Punkte
118                # Angaben zum FlurstÃŒck       
119                        include "layer/ax_flurstueck.map"
120                        include "layer/ax_besondereflurstuecksgrenze.map"       
121
122                # Angaben zum Punktort
123                        include "layer/ax_punktortta.map"
124                        include "layer/ax_punktortag.map"
125###                     include "layer/ax_punktortau.map"               
126
127        # AAA_Praesentationsobjekte
128                include "layer/ap_pto.map"
129                # include "layer/ap_ppo.map"
130       
131END
Note: See TracBrowser for help on using the repository browser.