summaryrefslogtreecommitdiff
path: root/platform/qt/resources/source2.geojson
blob: df300d10402280fb3f7be7f50912f9de2f70748a (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "type": "label",
                "name": "Start"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.943320751190186,
                    60.166471893909794
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "type": "label",
                "name": "End"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.942440986633297,
                    60.16715507391703
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "type": "label",
                "name": "Traffic Accident"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.94018793106079,
                    60.16696293097573
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        24.943320751190186,
                        60.166471893909794
                    ],
                    [
                        24.934544563293453,
                        60.16347213858629
                    ],
                    [
                        24.93321418762207,
                        60.16446497048834
                    ],
                    [
                        24.94018793106079,
                        60.16696293097573
                    ],
                    [
                        24.93875026702881,
                        60.16806240040351
                    ],
                    [
                        24.937891960144043,
                        60.16777419352904
                    ],
                    [
                        24.936089515686035,
                        60.169033745694826
                    ],
                    [
                        24.9384069442749,
                        60.16984495711831
                    ],
                    [
                        24.942440986633297,
                        60.16715507391703
                    ]
                ]
            }
        }
    ]
}