You are here

public function MapStyle::defaultConfiguration in Openlayers 8.4

File

src/MapStyle.php, line 77

Class

MapStyle
Contains details of how a style 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,
  ];
}