We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -440,14 +440,14 @@ |
||
| 440 | 440 | // Get the controls for the map. |
| 441 | 441 | $this->controls = explode(',', $this->conf['features']); |
| 442 | 442 | $this->controlTargets = [ |
| 443 | - 'Attribution' => $this->conf['attributionElementId'] ?: '', |
|
| 444 | - 'FullScreen' => $this->conf['fullScreenElementId'] ?: '', |
|
| 445 | - 'ImageManipulation' => $this->conf['imageManipulationElementId'] ?: '', |
|
| 446 | - 'OverviewMap' => $this->conf['overviewMapElementId'] ?: '', |
|
| 447 | - 'Rotate' => $this->conf['rotateElementId'] ?: '', |
|
| 448 | - 'Zoom' => $this->conf['zoomElementId'] ?: '', |
|
| 449 | - 'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '', |
|
| 450 | - 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: '' |
|
| 443 | + 'Attribution' => $this->conf['attributionElementId'] ? : '', |
|
| 444 | + 'FullScreen' => $this->conf['fullScreenElementId'] ? : '', |
|
| 445 | + 'ImageManipulation' => $this->conf['imageManipulationElementId'] ? : '', |
|
| 446 | + 'OverviewMap' => $this->conf['overviewMapElementId'] ? : '', |
|
| 447 | + 'Rotate' => $this->conf['rotateElementId'] ? : '', |
|
| 448 | + 'Zoom' => $this->conf['zoomElementId'] ? : '', |
|
| 449 | + 'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '', |
|
| 450 | + 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : '' |
|
| 451 | 451 | ]; |
| 452 | 452 | $this->controlTitles = [ |
| 453 | 453 | 'Attribution' => htmlspecialchars($this->pi_getLL('Attribution', '')), |