You are here

public function MapInteraction::defaultConfiguration in Openlayers 8.4

File

src/MapInteraction.php, line 77

Class

MapInteraction
Contains details of how a interaction is joined to a map.

Namespace

Drupal\openlayers

Code

public function defaultConfiguration() {

  //    TODO: Where is this called from ?
  return [
    'base' => 'base',
    'title' => 'kkkkkk',
    'visible' => 0,
  ];
}