1 |
jonathan |
368 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
|
<!DOCTYPE session SYSTEM "thuban.dtd"> |
3 |
|
|
<session title="Thuban sample session"> |
4 |
|
|
<map title="Iceland map"> |
5 |
|
|
<projection> |
6 |
|
|
<parameter value="zone=26"/> |
7 |
|
|
<parameter value="proj=utm"/> |
8 |
|
|
<parameter value="ellps=clrk66"/> |
9 |
|
|
</projection> |
10 |
|
|
<layer title="political" filename="iceland/political.shp" fill="#c0c0c0" stroke="#000000" stroke_width="1"/> |
11 |
|
|
<layer title="roads-line" filename="iceland/roads-line.shp" fill="None" stroke="#000000" stroke_width="1"> |
12 |
|
|
<classification field="RDLNTYPE"> |
13 |
|
|
<clnull> |
14 |
|
|
<cldata stroke="#ffffff" stroke_width="1"/> |
15 |
|
|
</clnull> |
16 |
|
|
<clpoint value="1"> |
17 |
|
|
<cldata stroke="#ff0000" stroke_width="1"/> |
18 |
|
|
</clpoint> |
19 |
|
|
<clpoint value="2"> |
20 |
|
|
<cldata stroke="#00aa00" stroke_width="1"/> |
21 |
|
|
</clpoint> |
22 |
|
|
<clpoint value="3"> |
23 |
|
|
<cldata stroke="#0000ff" stroke_width="1"/> |
24 |
|
|
</clpoint> |
25 |
|
|
</classification> |
26 |
|
|
</layer> |
27 |
|
|
<layer title="cultural_landmark-point" filename="iceland/cultural_landmark-point.shp" fill="#000000" stroke="#000000" stroke_width="1"> |
28 |
|
|
<classification field="CLPTLABEL"> |
29 |
|
|
<clpoint value="RUINS"> |
30 |
|
|
<cldata stroke="#000000" stroke_width="1" fill="#ffffff"/> |
31 |
|
|
</clpoint> |
32 |
|
|
<clpoint value="FARM"> |
33 |
|
|
<cldata stroke="#000000" stroke_width="1" fill="#ffff00"/> |
34 |
|
|
</clpoint> |
35 |
|
|
</classification> |
36 |
|
|
</layer> |
37 |
|
|
</map> |
38 |
|
|
</session> |