source: trunk/umn/alkis/layer/ax_industrieundgewerbeflaeche.map @ 2

Revision 2, 1.1 KB checked in by gfikoczek, 16 years ago (diff)

Mapfile inkl. symbols, font, ... hinzugefügt

Line 
1##########################################################################################
2# Layer: ax_industrieundgewerbeflaeche
3# ----------------------------------------------------------------------------------------
4# 'Industrie- und GewerbeflÀche' ist eine FlÀche, die vorwiegend industriellen oder
5# gewerblichen Zwecken dient.
6##########################################################################################
7LAYER   
8        NAME "ax_industrieundgewerbeflaeche"
9        TYPE POLYGON
10        DUMP TRUE
11   
12        CONNECTIONTYPE POSTGIS
13        CONNECTION "host=localhost dbname=alkis user=admin"
14        DATA "wkb_geometry from (SELECT * FROM ax_industrieundgewerbeflaeche) as foo using unique ogc_fid using SRID=25832"
15
16        METADATA
17                "WMS_SRS" "epsg:25832"
18                "WMS_TITLE" "Industrie- und GewerbeflÀche"
19                "gml_include_items" "all"
20        END
21       
22        PROJECTION
23                "init=epsg:25832"
24        END
25
26        #MINSCALEDENOM 0
27        #MAXSCALEDENOM 5000
28
29        CLASSITEM 'funktion'
30   
31        CLASS
32                NAME "Industrie- und GewerbeflÀche" #sn1305_sn2515
33                #EXPRESSION (999 < [funktion])
34                STYLE
35                        COLOR 237 237 237
36                        OUTLINECOLOR 153 153 153
37                END
38        END
39
40END       
Note: See TracBrowser for help on using the repository browser.