Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/Rapid
/ redraw
Method
redraw
modules/core/Map3dSystem.js:299–303 ·
view source on GitHub ↗
* redraw * Redraw the 3d map
()
Source
from the content-addressed store, hash-verified
297
* Redraw the 3d map
298
*/
299
redraw() {
300
if
(!this.visible)
return
;
301
this.updateViewport();
302
this.updateData();
303
}
304
305
306
/**
Callers
1
startAsync
Method · 0.95
Calls
2
updateViewport
Method · 0.95
updateData
Method · 0.95
Tested by
no test coverage detected