We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -407,13 +407,13 @@ |
||
| 407 | 407 | // Get the controls for the map. |
| 408 | 408 | $this->controls = explode(',', $this->conf['features']); |
| 409 | 409 | $this->controlTargets = [ |
| 410 | - 'Attribution' => $this->conf['attributionElementId'] ?: '', |
|
| 411 | - 'FullScreen' => $this->conf['fullScreenElementId'] ?: '', |
|
| 412 | - 'OverviewMap' => $this->conf['overviewMapElementId'] ?: '', |
|
| 413 | - 'Rotate' => $this->conf['rotateElementId'] ?: '', |
|
| 414 | - 'Zoom' => $this->conf['zoomElementId'] ?: '', |
|
| 415 | - 'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '', |
|
| 416 | - 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: '' |
|
| 410 | + 'Attribution' => $this->conf['attributionElementId'] ? : '', |
|
| 411 | + 'FullScreen' => $this->conf['fullScreenElementId'] ? : '', |
|
| 412 | + 'OverviewMap' => $this->conf['overviewMapElementId'] ? : '', |
|
| 413 | + 'Rotate' => $this->conf['rotateElementId'] ? : '', |
|
| 414 | + 'Zoom' => $this->conf['zoomElementId'] ? : '', |
|
| 415 | + 'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '', |
|
| 416 | + 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : '' |
|
| 417 | 417 | ]; |
| 418 | 418 | // Fill in the template markers. |
| 419 | 419 | $markerArray = array_merge($this->addInteraction(), $this->addBasketForm()); |