()
| 127 | } |
| 128 | |
| 129 | private initMap() { |
| 130 | if (!this.L) return; |
| 131 | const L = this.L; |
| 132 | const el = this.mapContainer.nativeElement; |
| 133 | this.map = L.map(el, { |
| 134 | zoomControl: false, |
| 135 | attributionControl: false |
| 136 | }).setView([39.8283, -98.5795], 4); |
| 137 | |
| 138 | this.updateTileLayer(this.fleetService.isDarkMode()); |
| 139 | } |
| 140 | } |
no test coverage detected