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