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
ol.supermap.VectorTileSuperMapRest = function (options) {
11726
+
ol.source.VectorTileSuperMapRest = function (options) {
11727
11727
if (options.url === undefined) {
11728
11728
return;
11729
11729
}
11730
11730
options.crossOrigin = 'anonymous';
11731
-
options.attributions = options.attributions||
11732
-
new ol.Attribution({
11733
-
html: 'Tile Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://iclient.supermapol.com/">SuperMap iClient</a>'
11734
-
})
11731
+
options.attributions = options.attributions||
11732
+
new ol.Attribution({
11733
+
html: 'Tile Data <a href="http://support.supermap.com.cn/product/iServer.aspx">SuperMap iServer</a> with <a href="http://iclient.supermapol.com/">SuperMap iClient</a>'
11734
+
})
11735
11735
var layerUrl = options.url + '/tileFeature.json?';
11736
11736
if (options.format instanceof ol.format.MVT) {
11737
11737
layerUrl = options.url + '/tileFeature.mvt?';
@@ -11881,9 +11881,9 @@ ol.supermap.VectorTileSuperMapRest = function (options) {
0 commit comments