Skip to content

Commit 3780870

Browse files
committed
优化空间分析的leaflet,openlayers端的UT,将其向服务器真实发送请求改为mork review by sunxiaoyu
1 parent cd56c72 commit 3780870

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
var thiessenAnalysisEscapedJson = {
2+
"regions": [{
3+
"center": {"x": 378.76218714671813, "y": -7667.9896757982115},
4+
"parts": [7],
5+
"style": null,
6+
"prjCoordSys": null,
7+
"id": 1,
8+
"type": "REGION",
9+
"partTopo": [1],
10+
"points": [{"x": 460.22952200681266, "y": -6901.447331980226}, {
11+
"x": 927.5142807248928,
12+
"y": -7356.885069898808
13+
}, {"x": 1462.821122746553, "y": -8062.110840107601}, {
14+
"x": 1454.20969011256,
15+
"y": -8440.260367804858
16+
}, {"x": -406.136160804858, "y": -8440.260367804858}, {
17+
"x": -406.136160804858,
18+
"y": -6895.718983791564
19+
}, {"x": 460.22952200681266, "y": -6901.447331980226}]
20+
}, {
21+
"center": {"x": 833.1178678989204, "y": -6949.64075325217},
22+
"parts": [6],
23+
"style": null,
24+
"prjCoordSys": null,
25+
"id": 2,
26+
"type": "REGION",
27+
"partTopo": [1],
28+
"points": [{"x": 460.22952200681266, "y": -6901.447331980226}, {
29+
"x": 710.7010305692462,
30+
"y": -6657.305656625791
31+
}, {"x": 884.2390499946761, "y": -6542.396436605532}, {
32+
"x": 1168.6591907608522,
33+
"y": -6928.126778082721
34+
}, {"x": 927.5142807248928, "y": -7356.885069898808}, {"x": 460.22952200681266, "y": -6901.447331980226}]
35+
}, {
36+
"center": {"x": 8358.498562753924, "y": -271.96229533281354},
37+
"parts": [6],
38+
"style": null,
39+
"prjCoordSys": null,
40+
"id": 272,
41+
"type": "REGION",
42+
"partTopo": [1],
43+
"points": [{"x": 7540.44050704428, "y": -1158.2057657578684}, {
44+
"x": 7585.787736015111,
45+
"y": 746.3781838048579
46+
}, {"x": 9808.189125804856, "y": 746.3781838048579}, {
47+
"x": 9808.189125804856,
48+
"y": 435.3262748039197
49+
}, {"x": 8215.662392993016, "y": -1290.302774470485}, {"x": 7540.44050704428, "y": -1158.2057657578684}]
50+
}], "datasetName": null, "datasourceName": null
51+
};
52+

0 commit comments

Comments
 (0)