/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/test/test.map
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/test/test.map

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2233 - (hide annotations)
Thu Jun 10 10:29:00 2004 UTC (20 years, 9 months ago) by jschuengel
Original Path: trunk/thuban/Extensions/umn_mapserver/test/test.map
File size: 1758 byte(s)
This is a test .map-file for automated tests of the umn_mapserver extension of
Thuban.

1 jschuengel 2233 # Copyright (c) 2004 by Intevation GmbH
2     # Authors:
3     # Jan Schüngel <[email protected]>
4     #
5     # This program is free software under the GPL (>=v2)
6     # Read the file COPYING coming with Thuban for details.
7    
8     # This is a test .map-file for automated tests of the umn_mapserver extension
9     # of Thuban.
10    
11     # $Revision$
12     # $Source$
13     # $Id$
14    
15     MAP
16     NAME ISLAND
17     STATUS ON
18     SIZE 600 450
19    
20     EXTENT 622877.17 7019306.94 1095667.78 7447709.31
21     SHAPEPATH "data"
22     IMAGECOLOR 255 255 255
23     IMAGETYPE PNG
24    
25     PROJECTION
26     proj=utm
27     ellps=WGS84
28     zone=26
29     north
30    
31     #"init=epsg:26915"
32     END
33    
34     WEB
35     TEMPLATE iceland.html
36     # IMAGEPATH "/tmp/"
37     # IMAGEURL "/tmp/"
38     #LOG "/tmp/iceland.log"
39     MINSCALE 100000
40     MAXSCALE 3000000
41    
42     METADATA
43     titel "Iceland Test"
44     END
45     END
46    
47     #
48     # Start of symbol definitions (we're only using a few)
49     #
50     SYMBOL
51     NAME 'circle'
52     TYPE ELLIPSE
53     POINTS 1 1 END
54     FILLED TRUE
55     END
56    
57    
58     #################################
59     # Beginn der Layer Definitionen #
60     #################################
61     LAYER
62     NAME "political"
63     DATA political
64     TYPE POLYGON
65     STATUS ON
66     CLASS
67     NAME "test"
68     STYLE
69     OUTLINECOLOR 0 0 0
70     COLOR 100 200 100
71     END
72     SIZE 2
73     END
74     PROJECTION
75     proj=latlong
76     ellps=clrk66
77     END
78     END
79    
80     LAYER
81     NAME "roads"
82     DATA roads-line
83     TYPE LINE
84     STATUS ON
85     CLASS
86     NAME "test2"
87     STYLE
88     #OUTLINECOLOR 0 0 0
89     color 0 0 0
90     END
91     END
92     PROJECTION
93     proj=latlong
94     ellps=clrk66
95     END
96     END
97    
98     LAYER
99     NAME "cultural"
100     DATA cultural_landmark-point
101     TYPE POINT
102     STATUS ON
103     CLASS
104     NAME "test3"
105     STYLE
106     COLOR 200 0 0
107     SYMBOL 'circle'
108     SIZE 7
109     END
110     END
111     PROJECTION
112     proj=latlong
113     ellps=clrk66
114     END
115     END
116    
117    
118     END

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26