Browse Source

无人机取证示例数据

gushoubang 2 tuần trước cách đây
mục cha
commit
7562401014

BIN
onemap-modules/onemap-apply/src/main/resources/drone-forensics/123456_hou.tif


BIN
onemap-modules/onemap-apply/src/main/resources/drone-forensics/123456_qian.tif


+ 1 - 0
onemap-modules/onemap-apply/src/main/resources/drone-forensics/123456_tuban

@@ -0,0 +1 @@
+SRID=4326;POLYGON ((109.53848982267475 18.318106510729, 109.53848982267475 18.321531825682197, 109.54140530070188 18.321531825682197, 109.54140530070188 18.318106510729, 109.53848982267475 18.318106510729))

+ 45 - 0
onemap-modules/onemap-apply/src/main/resources/drone-forensics/123456_tuban.geojson

@@ -0,0 +1,45 @@
+{
+    "type": "FeatureCollection",
+    "name": "123456_tuban",
+    "crs": {
+        "type": "name",
+        "properties": {
+            "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
+        }
+    },
+    "features": [
+        {
+            "type": "Feature",
+            "properties": {
+                "id": 123456
+            },
+            "geometry": {
+                "type": "Polygon",
+                "coordinates": [
+                    [
+                        [
+                            109.538489822674748,
+                            18.318106510728999
+                        ],
+                        [
+                            109.538489822674748,
+                            18.321531825682197
+                        ],
+                        [
+                            109.541405300701882,
+                            18.321531825682197
+                        ],
+                        [
+                            109.541405300701882,
+                            18.318106510728999
+                        ],
+                        [
+                            109.538489822674748,
+                            18.318106510728999
+                        ]
+                    ]
+                ]
+            }
+        }
+    ]
+}

BIN
onemap-modules/onemap-apply/src/main/resources/drone-forensics/123456_xian.tif