File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
var host = window . isLocal ? window . server : "https://iserver.supermap.io" ;
16
16
var map ,
17
17
baseUrl = host + "/iserver/services/map-world/rest/maps/World" ,
18
- prefix = "<a href='https://leafletjs.com' title='A JS library for interactive maps'> Leaflet</a> " ,
18
+ prefix = "Leaflet" ,
19
19
attribution = "Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>" ;
20
20
21
21
Original file line number Diff line number Diff line change 10
10
11
11
let Attributions = {
12
12
13
- Prefix : `<a href='https://leafletjs.com' title='A JS library for interactive maps'>Leaflet</a>
14
- with <span>© <a href='https://iclient.supermap.io' title='SuperMap iClient' target='_blank'>SuperMap iClient</a></span>` ,
13
+ Prefix : `Leaflet with <span>© <a href='https://iclient.supermap.io' title='SuperMap iClient' target='_blank'>SuperMap iClient</a></span>` ,
15
14
16
15
Common : {
17
16
attribution : `Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' title='SuperMap iServer' target='_blank'>SuperMap iServer</a></span>`
You can’t perform that action at this time.
0 commit comments