Skip to content

Commit 49c2788

Browse files
committed
尝试修复测试
1 parent 3f12c20 commit 49c2788

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

test/tool/GlobeParameter.js

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
//CI测试机的IP为:localhost
2-
GlobeParameter = {
3-
rootURL: "http://localhost:8090/iserver/services",
4-
mapServiceURL: "http://localhost:8090/iserver/services/map-world/rest/maps/",
5-
worldMapURL: "http://localhost:8090/iserver/services/map-world/rest/maps/世界地图",
6-
networkAnalystURL: "http://localhost:8090/iserver/services/transportationanalyst-sample/rest/networkanalyst/RoadNet@Changchun",
7-
spatialAnalystURL: "http://localhost:8090/iserver/services/spatialanalyst-sample/restjsr/spatialanalyst",
8-
spatialAnalystURL_Changchun:"http://localhost:8090/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst",
9-
dataServiceURL: "http://localhost:8090/iserver/services/data-world/rest/data",
10-
editServiceURL: "http://localhost:8090/iserver/services/data-jingjin/rest/data/datasources/name/Jingjin/datasets/name/Landuse_R",
11-
trafficTransferURL: "http://localhost:8090/iserver/services/traffictransferanalyst-sample/restjsr/traffictransferanalyst/Traffic-Changchun",
12-
vectorURL: "http://localhost:8090/iserver/services/map-world/rest/maps/World/",
13-
gridURL:"http://localhost:8090/iserver/services/map-jingjin/rest/maps/京津地区土地利用现状图",
14-
imageURL: "http://localhost:8090/iserver/services/map-world/rest/maps/世界地图_Day",
15-
WorldURL: "http://localhost:8090/iserver/services/map-world/rest/maps/World",
16-
ChinaURL:"http://localhost:8090/iserver/services/map-china400/rest/maps/China",
17-
WMTSURL:"http://localhost:8090/iserver/services/map-world/wmts100",
18-
WCSURL: "http://localhost:8090/iserver/services/data-world/wcs111",
19-
plotUrl: "http://localhost:8090/iserver/services/plot-jingyong/rest/plot",
20-
tileSetsURL: "http://localhost:8090/iserver/services/map-ChinaProvinces/rest/maps/ChinaProvinces"
1+
GlobeParameter = {
2+
rootURL: "http://192.168.112.222:8090/iserver/services",
3+
mapServiceURL: "http://192.168.112.222:8090/iserver/services/map-world/rest/maps/",
4+
worldMapURL: "http://192.168.112.222:8090/iserver/services/map-world/rest/maps/世界地图",
5+
networkAnalystURL: "http://192.168.112.222:8090/iserver/services/transportationanalyst-sample/rest/networkanalyst/RoadNet@Changchun",
6+
spatialAnalystURL: "http://192.168.112.222:8090/iserver/services/spatialanalyst-sample/restjsr/spatialanalyst",
7+
spatialAnalystURL_Changchun:"http://192.168.112.222:8090/iserver/services/spatialanalyst-changchun/restjsr/spatialanalyst",
8+
dataServiceURL: "http://192.168.112.222:8090/iserver/services/data-world/rest/data",
9+
editServiceURL: "http://192.168.112.222:8090/iserver/services/data-jingjin/rest/data/datasources/name/Jingjin/datasets/name/Landuse_R",
10+
trafficTransferURL: "http://192.168.112.222:8090/iserver/services/traffictransferanalyst-sample/restjsr/traffictransferanalyst/Traffic-Changchun",
11+
vectorURL: "http://192.168.112.222:8090/iserver/services/map-world/rest/maps/World/",
12+
gridURL:"http://192.168.112.222:8090/iserver/services/map-jingjin/rest/maps/京津地区土地利用现状图",
13+
imageURL: "http://192.168.112.222:8090/iserver/services/map-world/rest/maps/世界地图_Day",
14+
WorldURL: "http://192.168.112.222:8090/iserver/services/map-world/rest/maps/World",
15+
ChinaURL:"http://192.168.112.222:8090/iserver/services/map-china400/rest/maps/China",
16+
WMTSURL:"http://192.168.112.222:8090/iserver/services/map-world/wmts100",
17+
WCSURL: "http://192.168.112.222:8090/iserver/services/data-world/wcs111",
18+
plotUrl: "http://192.168.112.222:8090/iserver/services/plot-jingyong/rest/plot",
19+
tileSetsURL: "http://192.168.112.222:8090/iserver/services/map-ChinaProvinces/rest/maps/ChinaProvinces"
2120
};

0 commit comments

Comments
 (0)