Skip to content

Commit e8d6265

Browse files
committed
修改demo访问服务器地址iclsvr.supermap.io
1 parent 9f0e8d0 commit e8d6265

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

examples/classic/plot_addfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_addfile"></h5></d
5858
<script>
5959
var map, local, layer, vectorLayer, control, queryBounds, markerLayer, drawFeature;
6060
var plottingLayer, plottingEdit, sitManager, ListFile, plotting;
61-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
61+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
6262
var mapurl = host + "/iserver/services/map-china400/rest/maps/China_4326";
6363
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
6464

examples/classic/plot_defaultStyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_defaultStyle"></h
8989
<script type="text/javascript" exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script>
9090
<script>
9191
var map, baseLayer, plottingLayer, drawFeature, plotting, plottingEdit;
92-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
92+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
9393
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
9494
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
9595
init();

examples/classic/plot_drawGeoGraphicObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_drawGeoGraphicObj
4949
<script>
5050
var map, layer, plottingEdit, lineLayer, plottingLayer,
5151
drawFeature;
52-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
52+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
5353
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
5454
var plotUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
5555
init();

examples/classic/plot_drawGraphics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_drawGraphics"></h
205205
<script>
206206
var map, plottingLayer, layer, menu1, menu2, menu3;
207207
var stylePanel;
208-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
208+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
209209
var mapurl = host + "/iserver/services/map-china400/rest/maps/China_4326";
210210
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
211211
var plotting;

examples/classic/plot_drawRoute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_drawRoute"></h5><
7878
<script>
7979
var map, plottingLayer, layer, menu1, menu2, menu3;
8080
var stylePanel;
81-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
81+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
8282
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
8383
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
8484
var plotting;

examples/classic/plot_dynamicPlot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<script>
199199
var map, plottingLayer, layer;
200200
var plotPanel, stylePanel;
201-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
201+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
202202
var mapurl = host + "/iserver/services/map-china400/rest/maps/China_4326";
203203
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
204204
var plotting;

examples/classic/plot_editPlottingLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_editPlottingLayer
7373
<script type="text/javascript" exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script>
7474
<script>
7575
var map, baseLayer, plottingLayer, plottingEdit, drawFeature;
76-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
76+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
7777
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
7878
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
7979
init();

examples/classic/plot_filetransfer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_filetransfer"></h
9292
src="../../dist/classic/include-classic.js"></script>
9393
<script>
9494
var map, layer, drawFeature, treePanel, plottingLayer, plottingEdit, sitManager, plotting;
95-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
95+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
9696
var mapurl = host + "/iserver/services/map-china400/rest/maps/China_4326";
9797
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
9898
init();

examples/classic/plot_loadSymbolLib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_loadSymbolLib"></
7878
<script type="text/javascript" include="bootstrap" src="../js/include-web.js"></script>
7979
<script>
8080
var plottingLayer, plottingEdit, layer, drawGraphicObject, map, plotting, symbolLibManager;
81-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
81+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
8282
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
8383
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
8484

examples/classic/plot_modifySymbolStyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div id="map"></div>
4747
<script>
4848
var plottingLayer, plottingEdit, layer, map, stylePanel;
49-
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
49+
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";
5050
var mapurl = host + "/iserver/services/map-world/rest/maps/World";
5151
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
5252
init();

0 commit comments

Comments
 (0)