aboutsummaryrefslogtreecommitdiff
path: root/app/data.json
blob: 87e2933338357def83a32dc3204494458f57afc4 (plain) (blame)
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
63
64
65
66
67
68
69
70
71
72
73
74
{
	"points": [
		{
			"x": 10,
			"y": 20,
                        "label":"offspring"
		},
		{
			"x": 30,
			"y": 30,
                        "label":"gunther"
		},
		{
			"x": 50,
			"y": 25,
                        "label":"gunther"
		},
		{
			"x": 60,
			"y": 200,
                        "label":"offspring"
		},
		{
			"x": 90,
			"y": 230,
                        "label":"train"
		},
		{
			"x": 400,
			"y": 300,
                        "label":"piste x"
		},
		{
			"x": 100,
			"y": 220,
                        "label":"piste x"
		},
		{
			"x": 200,
			"y": 20,
                        "label":"piste x"
		},
		{
			"x": 150,
			"y": 450,
                        "label":"piste x"
		},
		{
			"x": 70,
			"y": 80,
                        "label":"piste x"
		},
		{
			"x": 400,
			"y": 80,
                        "label":"piste x"
		},
		{
			"x": 420,
			"y": 40,
                        "label":"piste x"
		},
		{
			"x": 390,
			"y": 65,
                        "label":"piste x"
		},
		{
			"x": 440,
			"y": 120,
                        "label":"piste x"
		}
	]
}