comparison test-data/rois-illegal1.geojson @ 5:dc91192a7150 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2labelimage/ commit edac062b00490276ef00d094e0594abdb3a3f23c
author imgteam
date Thu, 06 Nov 2025 09:59:19 +0000
parents 64c155acb864
children
comparison
equal deleted inserted replaced
4:64c155acb864 5:dc91192a7150
1 {
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "id": "a5d9de43-1a4a-4194-b06d-a6c6d0f81f91",
7 "geometry": {
8 "type": "Polygon",
9 "coordinates": [
10 [
11 [
12 201,
13 48
14 ],
15 [
16 292,
17 48
18 ],
19 [
20 292,
21 184
22 ],
23 [
24 201,
25 48
26 ],
27 [
28 201,
29 48
30 ]
31 ]
32 ]
33 },
34 "properties": {
35 "objectType": "annotation",
36 "name": "1"
37 }
38 }
39 ]
40 }