Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bds [2019/01/07 19:07] – [Concepts] add link to atlas description brucemutton | bds [2024/11/17 05:49] (current) – [Concepts] clarify maps off brucemutton | ||
---|---|---|---|
Line 83: | Line 83: | ||
** | ** | ||
'' | '' | ||
- | '' | + | '' |
- | '' | + | '' |
'' | '' | ||
** | ** | ||
Line 139: | Line 139: | ||
< | < | ||
(thconfig-)*.thc | (thconfig-)*.thc | ||
- | |-source (of surveys and drawings to compile) | + | |-source |
- | |-select (particular surveys and or maps to export) | + | |-maps |
- | |-input | + | |-maps-offset (enables or disables output of defined passage offsets from their true positions) |
- | |-text | + | |-select |
- | |-lookup (if you want to redefine default colour palettes and text strings that can be used with map-fg layout options) | + | |-input |
- | |–layout (to define options for appearance and ' | + | |---text |
- | |-cs | + | |---lookup |
- | |-export (selected maps and specify layout, projection, filename, format etc) | + | |–--layout |
+ | |-cs | ||
+ | |-log extend (to add a transcript of the extend sequence to therion.log) | ||
+ | |-export | ||
</ | </ | ||
Line 153: | Line 156: | ||
**Source** | **Source** | ||
\\ \\ | \\ \\ | ||
- | **Select** selects particular surveys and or maps to export. | + | **maps** if maps OFF is chosen, defined map structures are NOT parsed to the outputs (therefore offsets are disabled and previews of passages are not shown). |
+ | \\ \\ | ||
+ | **maps-offset** if OFF is chosen, defined offsets are ignored, and the scraps are drawn in their true positions. | ||
+ | \\ \\ | ||
+ | **Select** selects particular surveys and or maps to export. | ||
\\ \\ | \\ \\ | ||
**Input** enters the text of other files, as though they were typed herein. | **Input** enters the text of other files, as though they were typed herein. | ||
\\ \\ | \\ \\ | ||
- | **Text** commands redefine Therions default output text strings, such as those in map-headers and legends. | + | **Text** commands redefine Therions default output text strings, such as those in map-headers and legends. |
\\ \\ | \\ \\ | ||
- | **[[examples# | + | **[[examples# |
\\ \\ | \\ \\ | ||
**Layouts** define the look of 2D outputs. | **Layouts** define the look of 2D outputs. | ||
\\ \\ | \\ \\ | ||
**cs** specifies the coordinate system to use for outputs. | **cs** specifies the coordinate system to use for outputs. | ||
+ | \\ \\ | ||
+ | **log extend** to add a transcript of the extend option and station sequence to therion.log. | ||
\\ \\ | \\ \\ | ||
**export** exports the maps selected above and specifies the format (type) of output to produce, the projection, if applicable, and many other options. Required. | **export** exports the maps selected above and specifies the format (type) of output to produce, the projection, if applicable, and many other options. Required. | ||
Line 177: | Line 186: | ||
%%**%%2D outputs can either be map output (no relation to the map object concept described above) or atlas output. | %%**%%2D outputs can either be map output (no relation to the map object concept described above) or atlas output. | ||
---- | ---- | ||
- | A **map output** (not to be confused with a map object) is contained on a single ‘page’ and the size of the page is automatically made big enough to fit the cave by the software. | + | A **map output** (not to be confused with a map object) is contained on a single ‘page’ and the size of the page is automatically made big enough to fit the cave by the software. |
An **[[tbe: | An **[[tbe: | ||
Line 186: | Line 195: | ||
With so many layout files it is inevitable that some parameters are changed and changed back and changed back again by the various layouts called. | With so many layout files it is inevitable that some parameters are changed and changed back and changed back again by the various layouts called. | ||
- | The key to understanding which setting will prevail is; | + | The key to understanding which setting will prevail is knowing that; |
- | * knowing that the order in which the layouts are called (by a copy statement for example) determines the order that the parameters are changed, the last one called determines the final value, and | + | * the order in which the layouts are called (by a copy statement for example) determines the order that the parameters are changed, the last one called determines the final value (but see https:// |
- | * that the order or presence of an input statement has no effect on the order the parameters are changed. | + | * layouts called in an export statement are processed in order, the last one called determines the final value, and |
+ | * the order or presence of an input statement has no effect on the order the parameters are changed. | ||
Usually there is no problem with all this changing and changing back, but some parameters don't take kindly to it at all. On rare occasions you will find anomalies or even strange errors because of this. To debug for this type of problem, first comment out all the layouts, and then incrementally add layouts or individual statements back into the mix. | Usually there is no problem with all this changing and changing back, but some parameters don't take kindly to it at all. On rare occasions you will find anomalies or even strange errors because of this. To debug for this type of problem, first comment out all the layouts, and then incrementally add layouts or individual statements back into the mix. | ||
Line 197: | Line 207: | ||
...in the Layout[Map or Atlas]Cave layout; | ...in the Layout[Map or Atlas]Cave layout; | ||
+ | copy LayoutStandard | ||
+ | copy LayoutScale | ||
+ | # now call symbol redefinitions | ||
copy water-blue | copy water-blue | ||
copy sump-blue | copy sump-blue | ||
- | copy scalebar-with-text | + | copy scalebar-with-text |
- | | + | # maybe hide some symbols |
- | | + | |
- | copy LayoutCave_Annotation | + | copy LayoutCave_Annotation |
...in the Layout[Map or Atlas]Cave[Plan or Elev] layout; | ...in the Layout[Map or Atlas]Cave[Plan or Elev] layout; |