Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ getThumbLocation
Function
getThumbLocation
examples/js/example.js:136–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
function
getThumbLocation() {
137
var
param = window.location.toString();
138
return
param.substr(0, param.lastIndexOf(
'/'
));
139
}
140
141
//chart宽高自适应
142
function
resizeCharts() {
Callers
1
example.js
File · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected