(sourceId, sourceInfo)
| 3110 | } |
| 3111 | |
| 3112 | _isSameRasterLayer(sourceId, sourceInfo) { |
| 3113 | return isSameRasterLayer(sourceInfo, this.map.getSource(sourceId)); |
| 3114 | } |
| 3115 | |
| 3116 | _centerValid(center) { |
| 3117 | if (center && (center.length > 0 || typeof center === mapRepo.LngLat || center.lng)) { |
no test coverage detected