We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -431,14 +431,14 @@ |
||
| 431 | 431 | // Get the controls for the map. |
| 432 | 432 | $this->controls = explode(',', $this->conf['features']); |
| 433 | 433 | $this->controlTargets = [ |
| 434 | - 'Attribution' => $this->conf['attributionElementId'] ?: '', |
|
| 435 | - 'FullScreen' => $this->conf['fullScreenElementId'] ?: '', |
|
| 436 | - 'ImageManipulation' => $this->conf['imageManipulationElementId'] ?: '', |
|
| 437 | - 'OverviewMap' => $this->conf['overviewMapElementId'] ?: '', |
|
| 438 | - 'Rotate' => $this->conf['rotateElementId'] ?: '', |
|
| 439 | - 'Zoom' => $this->conf['zoomElementId'] ?: '', |
|
| 440 | - 'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '', |
|
| 441 | - 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: '' |
|
| 434 | + 'Attribution' => $this->conf['attributionElementId'] ? : '', |
|
| 435 | + 'FullScreen' => $this->conf['fullScreenElementId'] ? : '', |
|
| 436 | + 'ImageManipulation' => $this->conf['imageManipulationElementId'] ? : '', |
|
| 437 | + 'OverviewMap' => $this->conf['overviewMapElementId'] ? : '', |
|
| 438 | + 'Rotate' => $this->conf['rotateElementId'] ? : '', |
|
| 439 | + 'Zoom' => $this->conf['zoomElementId'] ? : '', |
|
| 440 | + 'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '', |
|
| 441 | + 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : '' |
|
| 442 | 442 | ]; |
| 443 | 443 | // Fill in the template markers. |
| 444 | 444 | $markerArray = array_merge($this->addInteraction(), $this->addBasketForm()); |