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