source: trunk/umn/alkis/layer/ax_vegetationsmerkmal.map @ 12

Revision 12, 971 bytes checked in by alexander.strunck, 15 years ago (diff)

Zahlreiche Layer hinzugefügt.
Die Layerreihenfolge sowie einige Symbole sind noch zu überarbeiten.

Line 
1##########################################################################################
2# Layer: ax_vegetationsmerkmal
3# ----------------------------------------------------------------------------------------
4#'Vegetationsmerkmal' beschreibt den zusÀtzlichen Bewuchs oder besonderen Zustand einer
5# GrundflÀche.
6##########################################################################################
7
8LAYER   
9        NAME "ax_vegetationsmerkmal"
10        TYPE POLYGON
11        DUMP TRUE
12   
13        CONNECTIONTYPE POSTGIS
14        CONNECTION "host=localhost dbname=alkis user=admin"
15        DATA "wkb_geometry from (SELECT * FROM ax_vegetationsmerkmal) as foo using unique ogc_fid using SRID=25832"
16       
17        METADATA
18                "WMS_SRS" "epsg:25832"
19                "WMS_TITLE" "Vegetationsmerkmal"
20                "WMS_ENCODING" "UTF-8"
21                "gml_include_items" "all"
22        END     
23       
24        PROJECTION
25                "init=epsg:25832"
26        END
27
28        #MINSCALEDENOM 0
29        #MAXSCALEDENOM 5000
30
31        CLASS
32                NAME "Vegetationsmerkmal" # sn1560
33                STYLE
34                        OUTLINECOLOR 0 255 0
35                END
36        END   
37END
Note: See TracBrowser for help on using the repository browser.