You are here

function hook_default_openlayers_styles_alter in Openlayers 7.3

This hook allows modules to alter default styles.

Parameters

array $exports: Array of default styles.

1 function implements hook_default_openlayers_styles_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

openlayers_examples_default_openlayers_styles_alter in modules/openlayers_examples/includes/openlayers_examples.default_openlayers_styles.inc
Implements hook_default_openlayers_styles_alter().

File

./openlayers.api.php, line 68
Hooks for openlayers module.

Code

function hook_default_openlayers_styles_alter(&$exports) {
}