-
Notifications
You must be signed in to change notification settings - Fork 0
/
thconfig
47 lines (38 loc) · 1.03 KB
/
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
43
44
45
46
47
encoding utf-8
language ru
source main.th
select surface.main
select gudukala.main
# morphed output
#select gudumap@main
# final map drawn on morphed scraps
select fullmap@main
#export model
#export model -format survex
layout morph
sketches on
opacity 40
symbol-show group text
symbol-hide group cave-centerline
symbol-show point cave-station
transparency on
debug station-names
endlayout
sketch-warp point
layout normal
symbol-set BCRA
scale 1 200
doc-author "Paweł Krawczyk"
doc-title "пещера Гудукъала"
statistics explo all
statistics topo all
statistics carto all
statistics copyright all
legend on
map-comment "Баксанское ущеле, село Бедык"
endlayout
export map -layout morph -format svg -o morphed.svg
export map -layout morph -format xvi -o morphed.xvi
export map -layout morph -format pdf -o morphed.pdf
export map -format pdf -layout normal -o cave.pdf
export map -format svg -layout normal -o cave.svg