You are here

public function OpenlayersMap::evenEmpty in Openlayers 8.4

Should the output of the style plugin be rendered even if it's a empty view.

Overrides StylePluginBase::evenEmpty

File

src/Plugin/views/style/OpenlayersMap.php, line 150
Definition of Drupal\openlayers\Plugin\views\style\OpenlayersMap.

Class

OpenlayersMap
Style plugin to render geodata on an Openlayers map.

Namespace

Drupal\openlayers\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}