Skip to content

Commit 62c4c3a

Browse files
修改测试的服务地址。
1 parent cfede7c commit 62c4c3a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

test/tool/GlobeParameter.js

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

0 commit comments

Comments
 (0)