Skip to content

Commit 6ba4cbf

Browse files
committed
[fix] 去掉天地图版权信息中的iclient官网地址; --reviewed by songym
1 parent c8619af commit 6ba4cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlayers/mapping/Tianditu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Tianditu extends WMTS {
4040
var options = opt_options || {};
4141
var attributions = options.attributions || "Map Data <a href='http://www.tianditu.gov.cn' target='_blank'><img style='background-color:transparent;bottom:2px;opacity:1;' " +
4242
"src='http://api.tianditu.gov.cn/img/map/logo.png' width='53px' height='22px' opacity='0'></a> with " +
43-
"<span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>"
43+
"<span>© SuperMap iClient</span>"
4444
options.layerType = options.layerType || "vec";
4545
options.layerType = options.isLabel ? layerLabelMap[options.layerType] : options.layerType;
4646
options.matrixSet = (options.projection === 'EPSG:4326' || options.projection === 'EPSG:4490') ? "c" : "w";

0 commit comments

Comments
 (0)