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

Revision 12, 1.4 KB 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_unlandvegetationsloseflaeche
3# ----------------------------------------------------------------------------------------
4# Beschreibung: 'Unland/Vegetationslose FlÀche' ist eine FlÀche, die dauerhaft
5# landwirtschaftlich nicht genutzt wird, wie z.B. nicht aus dem GelÀnderelief
6# herausragende Felspartien, Sand- oder EisflÀchen, Uferstreifen lÀngs von GewÀssern und
7# SukzessionsflÀchen.
8##########################################################################################
9
10LAYER     
11        NAME "ax_unlandvegetationsloseflaeche"
12        TYPE POLYGON
13        DUMP TRUE
14       
15        CONNECTIONTYPE POSTGIS
16        CONNECTION "host=localhost dbname=alkis user=admin"
17        DATA "wkb_geometry from (SELECT * FROM ax_unlandvegetationsloseflaeche) as foo using unique ogc_fid using SRID=25832"
18
19        METADATA
20                "WMS_SRS" "epsg:25832"
21                "WMS_TITLE" "Unland/ Vegetationslose FlÀche"
22                "WMS_ENCODING" "UTF-8"
23                "gml_include_items" "all"
24        END
25
26        PROJECTION
27                "init=epsg:25832"
28        END
29
30        #MINSCALEDENOM 0
31        #MAXSCALEDENOM 5000
32       
33        CLASSITEM 'funktion'
34 
35                CLASS
36                NAME "GewÀsserbegleitflÀche" # sn_1406
37                EXPRESSION ([funktion] = 1100)
38                STYLE
39                        COLOR 235 255 212
40                        OUTLINECOLOR 153 153 153
41                END
42        END     
43       
44        CLASS
45                NAME "Unland/ Vegetationslose FlÀche" # sn2515_sn3480_sn3481_sn3484 Symbole fehlen
46                STYLE
47                        COLOR -1 -1 -1
48                        OUTLINECOLOR 153 153 153
49                END
50        END
51END
Note: See TracBrowser for help on using the repository browser.