Mercurial > repos > imgteam > points2labelimage
diff test-data/rois-noname.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 |
line wrap: on
line diff
--- a/test-data/rois-noname.geojson Mon May 12 14:01:09 2025 +0000 +++ b/test-data/rois-noname.geojson Thu Nov 06 09:59:19 2025 +0000 @@ -3,6 +3,18 @@ "features": [ { "type": "Feature", + "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc81", + "geometry": { + "type": "Point", + "coordinates": [100, 50] + }, + "properties": { + "objectType": "annotation", + "radius": 100 + } + }, + { + "type": "Feature", "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80", "geometry": { "type": "Polygon", @@ -17,11 +29,11 @@ 149 ], [ - 183, + 163, 275 ], [ - 124, + 104, 275 ], [ @@ -64,6 +76,9 @@ ] ] ] + }, + "properties": { + "objectType": "annotation" } }, { @@ -73,31 +88,18 @@ "type": "Polygon", "coordinates": [ [ - [ - 151, - 95 - ], - [ - 260, - 95 - ], - [ - 260, - 162 - ], - [ - 151, - 162 - ], - [ - 151, - 95 - ] + [151, 95], + [260, 95], + [260, 162], + [151, 162] + ], + [ + [156, 100], + [255, 100], + [255, 157], + [156, 157] ] ] - }, - "properties": { - "objectType": "annotation" } } ]
