You are here

function hook_default_openlayers_styles in Openlayers 7.3

This hook allows modules to provide their own styles.

Return value

array Array of styles.

3 functions implement hook_default_openlayers_styles()

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

openlayers_default_openlayers_styles in includes/openlayers.default_openlayers_styles.inc
Implements hook_default_openlayers_styles().
openlayers_examples_default_openlayers_styles in modules/openlayers_examples/includes/openlayers_examples.default_openlayers_styles.inc
Implements hook_default_openlayers_styles().
openlayers_geofield_default_openlayers_styles in modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_styles.inc
Implements hook_default_openlayers_styles().

File

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

Code

function hook_default_openlayers_styles() {
}