We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8619af commit 6ba4cbfCopy full SHA for 6ba4cbf
1 file changed
src/openlayers/mapping/Tianditu.js
@@ -40,7 +40,7 @@ export class Tianditu extends WMTS {
40
var options = opt_options || {};
41
var attributions = options.attributions || "Map Data <a href='http://www.tianditu.gov.cn' target='_blank'><img style='background-color:transparent;bottom:2px;opacity:1;' " +
42
"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>"
+ "<span>© SuperMap iClient</span>"
44
options.layerType = options.layerType || "vec";
45
options.layerType = options.isLabel ? layerLabelMap[options.layerType] : options.layerType;
46
options.matrixSet = (options.projection === 'EPSG:4326' || options.projection === 'EPSG:4490') ? "c" : "w";
0 commit comments