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

Revision 12, 896 bytes checked in by alexander.strunck, 16 years ago (diff)

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

Line 
1##########################################################################################
2# Layer: ax_friedhof
3# ----------------------------------------------------------------------------------------
4# Beschreibung: 'Friedhof' ist eine FlÀche, auf der Tote bestattet sind.
5##########################################################################################
6LAYER   
7        NAME "ax_friedhof"
8        TYPE POLYGON
9        DUMP TRUE
10   
11        CONNECTIONTYPE POSTGIS
12        CONNECTION "host=localhost dbname=alkis user=admin"
13        DATA "wkb_geometry from (SELECT * FROM ax_friedhof) as foo using unique ogc_fid using SRID=25832"
14
15        METADATA
16                "WMS_SRS" "epsg:25832"
17                "WMS_TITLE" "Friedhof"
18                "WMS_ENCODING" "UTF-8"
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        CLASS
30                NAME "Friedhof" # sn1405
31                STYLE
32                        COLOR 224 255 217
33                END
34        END
35
36END         
Note: See TracBrowser for help on using the repository browser.