Skip to content

Commit 574a2ee

Browse files
committed
【fix】 漏提交
1 parent 887b7f6 commit 574a2ee

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

src/leaflet/core/Attributions.js

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/**
2+
* attribution版权相关配置
3+
*/
4+
5+
let Attributions = {
6+
7+
Prefix: `<a href='http://leafletjs.com' title='A JS library for interactive maps'>Leaflet</a>
8+
with <span>© <a href='http://iclient.supermap.io' title='SuperMap iClient' target='_blank'>SuperMap iClient</a></span>`,
9+
10+
Common: {
11+
attribution: `Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' title='SuperMap iServer' target='_blank'>SuperMap iServer</a></span>`
12+
},
13+
14+
Online: {
15+
attribution: `Map Data <span>© <a href='http://www.supermapol.com' title='SuperMap Online' target='_blank'>SuperMap Online</a></span>`
16+
},
17+
18+
ECharts: {
19+
attribution: `© 2017 百度 ECharts`
20+
},
21+
22+
MapV: {
23+
attribution: `© 2017 百度 MapV `
24+
},
25+
26+
Turf: {
27+
attribution: `<span>© <a href='http://turfjs.org/' title='turfjs' target='_blank'>turfjs</a></span>`
28+
},
29+
30+
Baidu: {
31+
attribution: `Map Data © 2017 Baidu - GS(2016)2089号 - Data © 长地万方`
32+
},
33+
34+
Cloud: {
35+
attribution: `Map Data ©2014 SuperMap - GS(2014)6070号-data©Navinfo`
36+
},
37+
38+
Tianditu: {
39+
attribution: `Map Data <a href='http://www.tianditu.com' target='_blank'><img style='background-color:transparent;bottom:2px;opacity:1;' src='http://api.tianditu.com/img/map/logo.png' width='53px' height='22px' opacity='0'></a>`
40+
}
41+
};
42+
43+
export default Attributions

0 commit comments

Comments
 (0)