We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -399,12 +399,12 @@ |
||
| 399 | 399 | // Get the controls for the map. |
| 400 | 400 | $this->controls = explode(',', $this->conf['features']); |
| 401 | 401 | $this->controlTargets = [ |
| 402 | - 'FullScreen' => $this->conf['fullScreenElementId'] ?: '', |
|
| 403 | - 'OverviewMap' => $this->conf['overviewMapElementId'] ?: '', |
|
| 404 | - 'Rotate' => $this->conf['rotateElementId'] ?: '', |
|
| 405 | - 'Zoom' => $this->conf['zoomElementId'] ?: '', |
|
| 406 | - 'ZoomSlider' => $this->conf['zoomSliderElementId'] ?: '', |
|
| 407 | - 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ?: '' |
|
| 402 | + 'FullScreen' => $this->conf['fullScreenElementId'] ? : '', |
|
| 403 | + 'OverviewMap' => $this->conf['overviewMapElementId'] ? : '', |
|
| 404 | + 'Rotate' => $this->conf['rotateElementId'] ? : '', |
|
| 405 | + 'Zoom' => $this->conf['zoomElementId'] ? : '', |
|
| 406 | + 'ZoomSlider' => $this->conf['zoomSliderElementId'] ? : '', |
|
| 407 | + 'ZoomToExtent' => $this->conf['zoomToExtentElementId'] ? : '' |
|
| 408 | 408 | ]; |
| 409 | 409 | // Fill in the template markers. |
| 410 | 410 | $markerArray = array_merge($this->addInteraction(), $this->addBasketForm()); |