()
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected