File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments