-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels_TAJ.gs
62 lines (62 loc) · 1.65 KB
/
labels_TAJ.gs
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
58
59
60
61
62
function labels (args)
'set line 1'
'q w2xy 68.7864 38.5731'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Dushanbe'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 69.6167 40.2833'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 br'
'draw string 'xpos1-0.05' 'ypos1' Khujand'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 69.7808 37.9119'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Kulob'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 68.7803 37.8364'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Qurgonteppa'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 69.0064 39.9108'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Istaravshan'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 70.4167 40.2833'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Konibodom'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 68.2303 38.5108'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 br'
'draw string 'xpos1-0.05' 'ypos1' Tursunzoda'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 70.6333 40.1167'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Isfara'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 67.6150 39.5031'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Panjakent'
'draw mark 2 'xpos1' 'ypos1' 0.05'
'q w2xy 71.5575 37.4917'
xpos1=subwrd(result,3)
ypos1=subwrd(result,6)
'set string 1 bl'
'draw string 'xpos1' 'ypos1' .Khorugh'
'draw mark 2 'xpos1' 'ypos1' 0.05'