jschuengel: thuban/Extensions/umn_mapserver/sample iceland.map, 1.2, 1.3

cvs@intevation.de cvs at intevation.de
Wed Jul 14 12:33:26 CEST 2004


Author: jschuengel

Update of /thubanrepository/thuban/Extensions/umn_mapserver/sample
In directory doto:/tmp/cvs-serv9168/sample

Modified Files:
	iceland.map 
Log Message:
Include three new classes in the Line Layer, to test logical Expressions.
Set the status of the class "Point9" in the Point Layer to off


Index: iceland.map
===================================================================
RCS file: /thubanrepository/thuban/Extensions/umn_mapserver/sample/iceland.map,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- iceland.map	1 Jul 2004 14:40:11 -0000	1.2
+++ iceland.map	14 Jul 2004 10:33:24 -0000	1.3
@@ -100,17 +100,44 @@
    TYPE LINE
    STATUS ON
    CLASS
-      NAME "test2"
+     NAME "Begin - 418"
+     EXPRESSION ([RDLINE_ID] <= 418)
+     STYLE
+       COLOR 255 255 255
+       SIZE 1
+       SYMBOL 0
+      END
+    END
+    CLASS
+      NAME "419 - 836"
+      EXPRESSION ([RDLINE_ID] > 418 AND [RDLINE_ID] <= 836)
       STYLE
-        #OUTLINECOLOR 0 0 0
-        color 50 50 50
+        COLOR 127 127 127
+        SIZE 1
+        SYMBOL 0
       END
-   END
-   
-   PROJECTION
+    END
+    CLASS
+     NAME "837 - End"
+      EXPRESSION ([RDLINE_ID] > 836)
+      STYLE
+        COLOR 0 0 0
+        SIZE 1
+        SYMBOL 0
+      END
+    END
+    CLASS
+     NAME "Rest"
+      STYLE
+        COLOR 100 100 100
+        SIZE 1
+        Symbol 0
+      END
+    END
+    PROJECTION
       proj=latlong
       ellps=clrk66 
-   END
+    END
 END
 
 LAYER 
@@ -122,6 +149,7 @@
    CLASS
       NAME "Point 9"
       EXPRESSION '9'
+      STATUS OFF
       STYLE
          COLOR 255 200 0
          SYMBOL 'circle'





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)