1 |
<?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 |
<layer title="cultural_landmark-point" filename="iceland/cultural_landmark-point.shp" fill="#ffff00" stroke="#000000" stroke_width="1"/> |
13 |
</map> |
14 |
</session> |