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

Revision 12, 1.3 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_transportanlage
3# ----------------------------------------------------------------------------------------
4# Beschreibung: 'Transportanlage' ist eine Anlage zur Förderung oder zum Transport von
5# FlÃŒssigkeiten, Gasen und GÃŒtern.
6##########################################################################################
7
8LAYER     
9        NAME "ax_transportanlage"
10        TYPE LINE
11        DUMP TRUE
12       
13        CONNECTIONTYPE POSTGIS
14        CONNECTION "host=localhost dbname=alkis user=admin"
15        DATA "wkb_geometry from (SELECT * FROM ax_transportanlage) as foo using unique ogc_fid using SRID=25832"
16
17        METADATA
18                "WMS_SRS" "epsg:25832"
19                "WMS_TITLE" "Transportanlage"
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        CLASSITEM 'lagezurerdoberflaeche'
32 
33#       CLASS
34#               NAME "Transportanlage" # sn3579 Symbol fehlt
35#               STYLE
36#                       SYMBOL 'point'
37#                       COLOR 0 0 0
38#               END
39#       END
40       
41        CLASS
42                NAME "Pipeline unter der ErdoberflÀche oder WasseroberflÀche" # sn_2523
43                EXPRESSION ([lagezurerdoberflaeche] = 1200 OR [lagezurerdoberflaeche] = 1700)
44                SYMBOL 'sn_2523'
45                STYLE
46                        COLOR 0 0 0
47                END
48        END     
49       
50                CLASS
51                NAME "Pipeline" # sn_2523
52                EXPRESSION ([lagezurerdoberflaeche] = 1400)
53                STYLE
54                        COLOR 0 0 0
55                END
56        END     
57END
Note: See TracBrowser for help on using the repository browser.