-
Notifications
You must be signed in to change notification settings - Fork 0
/
thconfig
57 lines (48 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
encoding utf-8
language en
source "main.th"
#sketch-warp point
select mainMap@main
#export map -layout morph -format svg -o morphed.svg
#export map -layout morph -format pdf -o morphed.pdf
#export map -layout morph -format xvi -o morphed.xvi
export model -o output/Spirala.lox
export model -format survex -o output/Spirala.3d
export map -o output/Spirala.kml
export map -o output/Spirala.xvi
export map -projection extended -o output/Spirala_ext.xvi
layout normal
scale 1 300
doc-author "Paweł Krawczyk"
doc-title "Spiral Cave, Samotorit, Montenegro"
statistics explo all
statistics topo all
statistics carto all
statistics copyright all
color map-fg 80
#color map-bg 80
color map-fg altitude
legend on
# 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 group surface-centreline
symbol-hide point surface-station
symbol-hide point cave-station
endlayout
layout morph
debug on
sketches on
opacity 40
symbol-show group text
symbol-hide group cave-centerline
symbol-show point cave-station
transparency on
debug station-names
endlayout
export map -format pdf -layout normal -o output/Spirala.pdf
select map_ext
export map -format pdf -layout normal -projection extended -o output/Spitala_ext.pdf