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