comparison test-data/rois-noname.geojson @ 4:64c155acb864 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2labelimage/ commit 9a40a5d1e1008c26cc327c6d163df2a1af22a1a0
author imgteam
date Mon, 12 May 2025 14:01:09 +0000
parents
children
comparison
equal deleted inserted replaced
3:2ae122d5d85a 4:64c155acb864
1 {
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80",
7 "geometry": {
8 "type": "Polygon",
9 "coordinates": [
10 [
11 [
12 124,
13 149
14 ],
15 [
16 183,
17 149
18 ],
19 [
20 183,
21 275
22 ],
23 [
24 124,
25 275
26 ],
27 [
28 124,
29 149
30 ]
31 ]
32 ]
33 },
34 "properties": {
35 "objectType": "annotation"
36 }
37 },
38 {
39 "type": "Feature",
40 "id": "a5d9de43-1a4a-4194-b06d-a6c6d0f81f91",
41 "geometry": {
42 "type": "Polygon",
43 "coordinates": [
44 [
45 [
46 201,
47 48
48 ],
49 [
50 292,
51 48
52 ],
53 [
54 292,
55 184
56 ],
57 [
58 201,
59 184
60 ],
61 [
62 201,
63 48
64 ]
65 ]
66 ]
67 }
68 },
69 {
70 "type": "Feature",
71 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b",
72 "geometry": {
73 "type": "Polygon",
74 "coordinates": [
75 [
76 [
77 151,
78 95
79 ],
80 [
81 260,
82 95
83 ],
84 [
85 260,
86 162
87 ],
88 [
89 151,
90 162
91 ],
92 [
93 151,
94 95
95 ]
96 ]
97 ]
98 },
99 "properties": {
100 "objectType": "annotation"
101 }
102 }
103 ]
104 }