You are here

function hook_default_openlayers_maps in Openlayers 7.3

This hook allows modules to provide their own maps.

Return value

array Array of maps.

3 functions implement hook_default_openlayers_maps()

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_maps in modules/openlayers_examples/includes/openlayers_examples.default_openlayers_maps.inc
Implements hook_default_openlayers_maps().
openlayers_geofield_default_openlayers_maps in modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_maps.inc
Implements hook_default_maps().
openlayers_ui_default_openlayers_maps in modules/openlayers_ui/includes/openlayers_ui.default_openlayers_maps.inc
Implements hook_default_maps().

File

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

Code

function hook_default_openlayers_maps() {
}