Skip to content

Commit 64f1110

Browse files
committed
修改dataflow地址
1 parent 0b37a14 commit 64f1110

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
@@ -9,7 +9,7 @@
99
<script type="text/javascript" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://117.122.248.69:8090";
12-
var wsHost = "ws:\//" + (window.isLocal ? document.location.hostname + "8800" : "117.122.248.69:8800");
12+
var wsHost = "ws:\//" + (window.isLocal ? document.location.hostname + ":8800" : "117.122.248.69:8800");
1313
var token = "jDTu8vHZoo9ABgE_IW48UcyYbwBhlOmfIub7gscWjzmiszd0vKC7xtcp8pIcK0eAAzANtETZdaFiE9d1l9Ojtg..";
1414
var map,
1515
urlMap = host + "/iserver/services/map-china400/rest/maps/China",

examples/openlayers/dataFlowService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}));
6161
var resultLayer,
6262
urlQuery = (window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090") + "/iserver/services/map-china400/rest/maps/China_4326",
63-
wsHost = "ws:\//" + (window.isLocal ? document.location.hostname + "8800" : "117.122.248.69:8800");
63+
wsHost = "ws:\//" + (window.isLocal ? document.location.hostname + ":8800" : "117.122.248.69:8800");
6464
var token = "jDTu8vHZoo9ABgE_IW48UcyYbwBhlOmfIub7gscWjzmiszd0vKC7xtcp8pIcK0eAAzANtETZdaFiE9d1l9Ojtg..";
6565
var urlDataFlow = wsHost + "/iserver/services/dataflow/dataflow";
6666
var timer, featureResult, dataFlowService, source;

0 commit comments

Comments
 (0)