Mercurial > repos > imgteam > points2labelimage
comparison test-data/rois-illegal1.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": "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 } |