7 |
|
|
8 |
This program is free software under the GPL (>=v2) |
This program is free software under the GPL (>=v2) |
9 |
Read the file COPYING coming with Thuban for details. |
Read the file COPYING coming with Thuban for details. |
10 |
--> |
|
11 |
|
This DTD covers .thuban files for Thuban versions up to 0.2 and most |
12 |
|
of the .thuban files generated by development/CVS versions of Thuban |
13 |
|
between 0.2 and 0.8. |
14 |
|
--> |
15 |
|
|
16 |
<!-- a session contains a number of maps and tables |
<!-- a session contains a number of maps and tables |
17 |
--> |
--> |
24 |
is missing, geographic coordinates in decimal |
is missing, geographic coordinates in decimal |
25 |
degrees are assumed. |
degrees are assumed. |
26 |
--> |
--> |
27 |
<!ELEMENT map (projection?, layer*, rasterlayer*, labellayer?)> |
<!ELEMENT map (projection?, (layer | rasterlayer)*, labellayer?)> |
28 |
<!ATTLIST map title CDATA #REQUIRED> |
<!ATTLIST map title CDATA #REQUIRED> |
29 |
|
|
30 |
<!-- a layer represents a set of geographic objects. |
<!-- a layer represents a set of geographic objects. |