From 32d440026856a4994545af5c50fe4db4ad5d6d07 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Wed, 30 Aug 2023 16:09:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A3=9E=E7=BA=BF=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=8B=9F=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 飞线地图组件修改模拟数据 --- .../src/main/resources/chart/mock/flyMap.json | 72 ++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/DataRoom/dataroom-core/src/main/resources/chart/mock/flyMap.json b/DataRoom/dataroom-core/src/main/resources/chart/mock/flyMap.json index 7af2032c..9519289a 100644 --- a/DataRoom/dataroom-core/src/main/resources/chart/mock/flyMap.json +++ b/DataRoom/dataroom-core/src/main/resources/chart/mock/flyMap.json @@ -20,6 +20,76 @@ "to": "河北省", "type": "move_in", "value": 10 + }, + { + "from": "新疆", + "lat1": 87.9688, + "lat2": 115.4004, + "lng1": 39.7467, + "lng2": 39.4688, + "to": "河北", + "type": "move_in", + "value": 10 + }, + { + "from": "云南", + "lat1": 101.8652, + "lat2": 115.4004, + "lng1": 25.1807, + "lng2": 39.4688, + "to": "河北", + "type": "move_in", + "value": 10 + }, + { + "from": "黑龙江", + "lat1": 128.1445, + "lat2": 115.4004, + "lng1": 48.5156, + "lng2": 39.4688, + "to": "河北", + "type": "move_in", + "value": 10 + }, + { + "from": "加拿大", + "lat1": -95.7129, + "lat2": 29.80475, + "lng1": 56.1304, + "lng2": 50.0577, + "to": "乌克兰", + "type": "move_in", + "value": 10 + }, + { + "from": "中非", + "lat1": 20.6796, + "lng1": 6.3646, + "lat2": 29.80475, + "lng2": 50.0577, + "to": "乌克兰", + "type": "move_in", + "value": 10 + }, + { + "from": "巴西", + "lat1": -53.6453, + "lng1": -10.8921, + "lat2": 29.80475, + "lng2": 50.0577, + "to": "乌克兰", + "type": "move_in", + "value": 10 + }, + { + "from": "俄罗斯", + "lat1": 85.7325, + "lng1": 67.4894, + "lat2": 29.80475, + "lng2": 50.0577, + "to": "乌克兰", + "type": "move_in", + "value": 10 } ], "columnData": { @@ -88,4 +158,4 @@ "remark": "值" } } -} \ No newline at end of file +}