Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ clear
Method
clear
src/openlayers/overlay/mapv/MapvLayer.js:410–412 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
408
409
410
clear(context) {
411
context && context.clearRect && context.clearRect(0, 0, context.canvas.width, context.canvas.height);
412
}
413
}
Callers
6
dragEvent
Method · 0.95
zoomEvent
Method · 0.95
_canvasUpdate
Method · 0.95
_clearBuffer
Method · 0.45
clearData
Method · 0.45
olExtends
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected