jschuengel: thuban/Extensions/umn_mapserver/sample iceland.map, 1.4, 1.5

cvs@intevation.de cvs at intevation.de
Tue Aug 3 13:58:57 CEST 2004


Author: jschuengel

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

Modified Files:
	iceland.map 
Log Message:
Added the group parameter to the roads and cultural layers. Also added a new
Annotation Layer for the cultural points.


Index: iceland.map
===================================================================
RCS file: /thubanrepository/thuban/Extensions/umn_mapserver/sample/iceland.map,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- iceland.map	28 Jul 2004 12:41:06 -0000	1.4
+++ iceland.map	3 Aug 2004 11:58:55 -0000	1.5
@@ -103,6 +103,7 @@
 LAYER 
    NAME "roads"
    DATA roads-line
+   GROUP infrastructure
    TYPE LINE
    STATUS ON
    CLASS
@@ -149,6 +150,7 @@
 LAYER 
    NAME "cultural"
    DATA cultural_landmark-point
+   GROUP infrastructure
    TYPE POINT
    STATUS ON
    CLASSITEM 'CLPOINT_'
@@ -187,5 +189,32 @@
    END
 END
 
+LAYER
+   NAME "cultural_type"
+   TYPE ANNOTATION
+   DATA cultural_landmark-point
+   STATUS DEFAULT
+   
+   LABELITEM "CLPTLABEL"
+   CLASSITEM "CLPTLABEL"
+   CLASS
+      EXPRESSION /./
+      # COLOR 232 232 232
+      LABEL
+        COLOR 0 0 0
+        # SHADOWCOLOR 218 218 218
+        # SHADOWSIZE 2 2
+        TYPE BITMAP
+        SIZE Small
+        POSITION AUTO
+        BUFFER 0
+      END
+    END
+    
+   PROJECTION
+      proj=latlong
+      ellps=clrk66 
+   END
+END
 
 END





More information about the Thuban-devel mailing list

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