Skip to content

Commit 11fac1a

Browse files
committed
更新实时数据默认端口
1 parent 9e6908b commit 11fac1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/leaflet/dataFlowService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var map, resultLayer,
1616
urlMap = "http://117.122.248.69:8090/iserver/services/map-china400/rest/maps/China",
1717
urlQuery = "http://117.122.248.69:8090/iserver/services/map-china400/rest/maps/China_4326",
18-
urlDataFlow = "ws://117.122.248.69:8091/iserver/services/dataflow/dataflow";
18+
urlDataFlow = "ws://117.122.248.69:8800/iserver/services/dataflow/dataflow";
1919
map = L.map('map', {
2020
preferCanvas: true,
2121
crs: L.CRS.EPSG3857,

examples/openlayers/dataFlowService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
var map, resultLayer,
6666
urlMap = "http://support.supermap.com.cn:8090/iserver/services/map-china400/rest/maps/China",
6767
urlQuery = "http://support.supermap.com.cn:8090/iserver/services/map-china400/rest/maps/China_4326",
68-
urlDataFlow = "ws://117.122.248.69:8091/iserver/services/dataflow/dataflow";
68+
urlDataFlow = "ws://117.122.248.69:8800/iserver/services/dataflow/dataflow";
6969
var timer, featureResult, dataFlowService, source;
7070
new ol.supermap.MapService(urlQuery).getMapInfo(function (serviceResult) {
7171
var mapJSONObj = serviceResult.result;

0 commit comments

Comments
 (0)