-
Notifications
You must be signed in to change notification settings - Fork 0
/
thconfig
42 lines (35 loc) · 1022 Bytes
/
thconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
encoding utf-8
language en
source "Viaduct_Sink.th"
export model -o output/viaduct.lox
export model -format survex -o output/viaduct.3d
export map -o output/viaduct.kml
layout warp
scale 1 100
grid-size 1 1 1 m
sketches on
endlayout
export map -layout warp -o output/viaduct.xvi
export map -projection extended -o output/viaduct_ext.xvi
layout normal
#scale 1 50
#symbol-set AUT
doc-author "Paweł Krawczyk"
doc-title "Viaduct Sink"
statistics explo all
statistics topo all
statistics carto all
statistics copyright all
color map-fg 80
legend on
map-comment "Viaduct Sink"
# for debugging
#symbol-show point cave-station
#symbol-show group cave-centerline
#debug station-names
#map-header 0 0 off
symbol-hide group cave-centerline
symbol-hide point cave-station
endlayout
export map -format pdf -layout normal -o output/viaduct.pdf
export map -format pdf -layout normal -projection extended -o output/viaduct_ext.pdf