MCPcopy Create free account
hub / github.com/Tong89/smartNode / resizeViewer

Function resizeViewer

frontend/app.js:1200–1205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1198 },
1199
1200 resizeViewer() {
1201 if (this.viewer && this.cesiumReady) {
1202 this.viewer.resize();
1203 this.viewer.scene.requestRender();
1204 }
1205 },
1206
1207 async submitRequest() {
1208 this.submitting = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected