diff test-data/rois-illegal2.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-illegal2.geojson	Mon May 12 14:01:09 2025 +0000
+++ b/test-data/rois-illegal2.geojson	Thu Nov 06 09:59:19 2025 +0000
@@ -5,29 +5,27 @@
             "type": "Feature",
             "id": "a5d9de43-1a4a-4194-b06d-a6c6d0f81f91",
             "geometry": {
-                "type": "Point",
+                "type": "LineString",
                 "coordinates": [
                     [
-                        [
-                            201,
-                            48
-                        ],
-                        [
-                            292,
-                            48
-                        ],
-                        [
-                            292,
-                            184
-                        ],
-                        [
-                            201,
-                            184
-                        ],
-                        [
-                            201,
-                            48
-                        ]
+                        201,
+                        48
+                    ],
+                    [
+                        292,
+                        48
+                    ],
+                    [
+                        292,
+                        184
+                    ],
+                    [
+                        201,
+                        184
+                    ],
+                    [
+                        201,
+                        48
                     ]
                 ]
             },