source: osm/applications/editors/josm/plugins/MicrosoftStreetside/test/data/api/v3/responses/searchImageDetections.json

Last change on this file was 34386, checked in by renerr18, 7 years ago

Minor modifications and improvments after conflicht resolution.

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "area": 0.00010585784912109375,
8 "image_key": "33zgql54_tBVvmIij0zrcA",
9 "key": "bzqdn10wz1s1xd3lae3hawgja0",
10 "package": "trafficsign",
11 "score": 0.000001,
12 "shape": {
13 "type": "Polygon",
14 "coordinates": [
15 [
16 [
17 0.42724609375,
18 0.69091796875
19 ],
20 [
21 0.436279296875,
22 0.69091796875
23 ],
24 [
25 0.436279296875,
26 0.70263671875
27 ],
28 [
29 0.42724609375,
30 0.70263671875
31 ],
32 [
33 0.42724609375,
34 0.69091796875
35 ]
36 ]
37 ]
38 },
39 "value": "information--pedestrians-crossing--g1"
40 },
41 "geometry": {
42 "type": "Point",
43 "coordinates": [
44 12.995127,
45 55.550739
46 ]
47 }
48 },
49 {
50 "type": "Feature",
51 "properties": {
52 "area": 0.00010585784912109375,
53 "image_key": "33zgql54_tBVvmIij0zrcA",
54 "key": "uzve1xkyk5qbjwrzaq0do09u1x",
55 "package": "trafficsign",
56 "score": 0.000001,
57 "shape": {
58 "type": "Polygon",
59 "coordinates": [
60 [
61 [
62 0.42724609375,
63 0.69091796875
64 ],
65 [
66 0.436279296875,
67 0.69091796875
68 ],
69 [
70 0.436279296875,
71 0.70263671875
72 ],
73 [
74 0.42724609375,
75 0.70263671875
76 ],
77 [
78 0.42724609375,
79 0.69091796875
80 ]
81 ]
82 ]
83 },
84 "value": "information--pedestrians-crossing--g1"
85 },
86 "geometry": {
87 "type": "Point",
88 "coordinates": [
89 12.995127,
90 55.550739
91 ]
92 }
93 }
94 ]
95}
Note: See TracBrowser for help on using the repository browser.