()
| 527 | }, |
| 528 | |
| 529 | syncResourceForm() { |
| 530 | if (this.resourceFormReady) return; |
| 531 | this.resourceForm.ground_station_count = Number(this.systemInfo.ground_station_count || this.groundStationCount || 0); |
| 532 | this.resourceForm.leo_satellite_count = Number(this.systemInfo.leo_satellite_count || this.leoSatellites.length || 0); |
| 533 | this.resourceFormReady = true; |
| 534 | }, |
| 535 | |
| 536 | initCesium() { |
| 537 | if (!window.Cesium) { |
nothing calls this directly
no outgoing calls
no test coverage detected