1 |
jonathan |
685 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
|
<!DOCTYPE session SYSTEM "thuban.dtd"> |
3 |
|
|
<session title="Thuban sample session"> |
4 |
|
|
<map title="not the iceland map"> |
5 |
|
|
<projection> |
6 |
|
|
<parameter value="zone=26"/> |
7 |
|
|
<parameter value="proj=utm"/> |
8 |
|
|
<parameter value="ellps=clrk66"/> |
9 |
|
|
</projection> |
10 |
|
|
<layer stroke="#000000" filename="iceland/political.shp" fill="#c0c0c0" stroke_width="1" title="political"/> |
11 |
|
|
<layer stroke="#000000" filename="iceland/roads-line.shp" fill="None" stroke_width="1" title="roads-line"> |
12 |
|
|
<classification field="LENGTH" field_type="double"> |
13 |
|
|
<clnull label=""> |
14 |
|
|
<cldata stroke="#000000" stroke_width="1" fill="None"/> |
15 |
|
|
</clnull> |
16 |
|
|
<clrange label="short roads" min="0.001" max="0.3996"> |
17 |
|
|
<cldata stroke="#ffffff" stroke_width="1" fill="#ffffff"/> |
18 |
|
|
</clrange> |
19 |
|
|
<clrange label="less short" min="0.3996" max="0.7982"> |
20 |
|
|
<cldata stroke="#ccf4cc" stroke_width="1" fill="#ccf4cc"/> |
21 |
|
|
</clrange> |
22 |
|
|
<clrange label="bit longer" min="0.7982" max="1.1968"> |
23 |
|
|
<cldata stroke="#99ea99" stroke_width="1" fill="#99ea99"/> |
24 |
|
|
</clrange> |
25 |
|
|
<clrange label="where's the end?" min="1.1968" max="1.5954"> |
26 |
|
|
<cldata stroke="#66e066" stroke_width="1" fill="#66e066"/> |
27 |
|
|
</clrange> |
28 |
|
|
<clrange label="long roads" min="1.5954" max="1.994"> |
29 |
|
|
<cldata stroke="#33d633" stroke_width="1" fill="#33d633"/> |
30 |
|
|
</clrange> |
31 |
|
|
</classification> |
32 |
|
|
</layer> |
33 |
|
|
<layer stroke="#000000" filename="iceland/cultural_landmark-point.shp" fill="None" stroke_width="1" title="something else"> |
34 |
|
|
<classification field="CLPTLABEL" field_type="string"> |
35 |
|
|
<clnull label=""> |
36 |
|
|
<cldata stroke="#000000" stroke_width="1" fill="None"/> |
37 |
|
|
</clnull> |
38 |
|
|
<clpoint label="" value="BUILDING"> |
39 |
|
|
<cldata stroke="#0000ff" stroke_width="1" fill="#0000ff"/> |
40 |
|
|
</clpoint> |
41 |
|
|
<clpoint label="" value="FARM"> |
42 |
|
|
<cldata stroke="#00aaff" stroke_width="1" fill="#00aaff"/> |
43 |
|
|
</clpoint> |
44 |
|
|
<clpoint label="" value="HUT"> |
45 |
|
|
<cldata stroke="#00ffaa" stroke_width="1" fill="#00ffaa"/> |
46 |
|
|
</clpoint> |
47 |
|
|
<clpoint label="" value="LIGHTHOUSE"> |
48 |
|
|
<cldata stroke="#00ff00" stroke_width="1" fill="#00ff00"/> |
49 |
|
|
</clpoint> |
50 |
|
|
<clpoint label="" value="OTHER/UNKNOWN"> |
51 |
|
|
<cldata stroke="#aaff00" stroke_width="1" fill="#aaff00"/> |
52 |
|
|
</clpoint> |
53 |
|
|
<clpoint label="" value="RUINS"> |
54 |
|
|
<cldata stroke="#ffaa00" stroke_width="1" fill="#ffaa00"/> |
55 |
|
|
</clpoint> |
56 |
|
|
</classification> |
57 |
|
|
</layer> |
58 |
|
|
</map> |
59 |
|
|
</session> |