-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoints1.xml
49 lines (39 loc) · 830 Bytes
/
points1.xml
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
<records>
<points>
<point>
<x>A</x>
<y>50</y>
<description> description1 </description>
</point>
<point>
<x>B</x>
<y>100</y>
<description> description2 </description>
</point>
<point>
<x>C</x>
<y>-50</y>
</point>
<point>
<x>D</x>
<y>45</y>
<description> description4 </description>
</point>
<point>
<x>E</x>
<y>20</y>
</point>
<point>
<x>F</x>
<y>40</y>
</point>
<point>
<x>G</x>
<y>20</y>
</point>
<point>
<x>H</x>
<y>40</y>
</point>
</points>
</records>