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

Revision 7, 3.3 KB checked in by gfikoczek, 16 years ago (diff)

Encoding-Keyword und Value (UTF-8) für WMF und WFS hinzugefügt

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                        wms_encoding "UTF-8"
52                       
53                        wfs_accessconstraints "none"
54                        wfs_srs "epsg:25832 epsg:4326 epsg:31467 epsg:31466 epsg:31468 epsg:31469"
55                        wfs_onlineresource "http://localhost/cgi-bin/alkis.xml" #linux
56                       
57                        wfs_title "ALKIS RLP"
58                        wfs_feature_info_mime_type "text/html"
59                        wfs_encoding "UTF-8"
60                        ows_schema_location ".."
61                        wfs_geometry_element_name "wkb_geometry"
62                        wfs_encoding "UTF-8"
63                       
64                        ows_abstract "ALKIS - LVER_GEO RLP"
65                        ows_keywordlist "ALKIS,ALKIS_RLP,WebGIS,WMS,WFS,WhereGroup"
66                        ows_fees "none"
67                        ows_accessconstraints "none"
68                       
69                        include "include/contact_address.map"
70                        include "include/contact_person.map"
71                END
72        END
73                       
74        LEGEND
75                STATUS ON
76                KEYSIZE 16 16
77                KEYSPACING 5 5
78                LABEL
79                        COLOR 0 0 0
80                        TYPE TRUETYPE
81                        FONT "arial"
82                        SIZE 8
83                END
84        END
85
86#-----------------
87
88       
89        # TatsÀchliche Nutzung
90                # AX_TatsaechlicheNutzung
91       
92        # Siedlung
93                # WohnbauflÀche
94                        include "layer/ax_wohnbauflaeche.map"
95                        include "layer/ax_flaechegemischternutzung.map"
96                        include "layer/ax_flaechebesondererfunktionalerpraegung.map"
97                        include "layer/ax_industrieundgewerbeflaeche.map"
98                        include "layer/ax_sportfreizeitunderholungsflaeche.map"
99                                               
100        # Vegetation
101                # Landwirtschaft
102                        include "layer/ax_landwirtschaft.map"
103                        include "layer/ax_wald.map"
104                        include "layer/ax_gehoelz.map"
105       
106        # GewÀsser
107                include "layer/ax_fliessgewaesser.map"
108               
109        # Verkehr
110                # Strassenverkehr
111                        include "layer/ax_strassenverkehr.map"
112                        include "layer/ax_platz.map"
113                       
114        # Angaben zum GebÀude 
115                        include "layer/ax_gebaeude.map"
116                        include "layer/ax_bauteil.map" 
117                        include "layer/ax_besonderegebaeudelinie.map"
118
119        # FlurstÃŒcke, Lage, Punkte
120                # Angaben zum FlurstÃŒck       
121                        include "layer/ax_flurstueck.map"
122                        include "layer/ax_besondereflurstuecksgrenze.map"       
123
124                # Angaben zum Punktort
125                        include "layer/ax_punktortta.map"
126                        include "layer/ax_punktortag.map"
127###                     include "layer/ax_punktortau.map"               
128
129        # AAA_Praesentationsobjekte
130                include "layer/ap_pto.map"
131                # include "layer/ap_ppo.map"
132       
133END
Note: See TracBrowser for help on using the repository browser.