You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/iclient9-openlayers.js
+35-11Lines changed: 35 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -10714,12 +10714,12 @@ ol.supermap.TileSuperMapRest = function (options) {
10714
10714
if (options.url === undefined) {
10715
10715
return;
10716
10716
}
10717
-
options.attributions =options.attributions||
10718
-
new ol.Attribution({
10719
-
html: 'Map Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://icltest.supermapol.com/">SuperMap iClient</a>'
10720
-
})
10717
+
options.attributions =options.attributions||
10718
+
new ol.Attribution({
10719
+
html: 'Map Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://icltest.supermapol.com/">SuperMap iClient</a>'
10720
+
})
10721
10721
10722
-
var layerUrl = options.url + "/tileImage.png?redirect=false";
Copy file name to clipboardExpand all lines: src/openlayers/mapping/TileSuperMapRest.js
+35-11Lines changed: 35 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ ol.supermap.TileSuperMapRest = function (options) {
6
6
if(options.url===undefined){
7
7
return;
8
8
}
9
-
options.attributions=options.attributions||
10
-
newol.Attribution({
11
-
html: 'Map Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://icltest.supermapol.com/">SuperMap iClient</a>'
12
-
})
9
+
options.attributions=options.attributions||
10
+
newol.Attribution({
11
+
html: 'Map Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://icltest.supermapol.com/">SuperMap iClient</a>'
0 commit comments