You are here

function openlayers_openlayers_styles in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 openlayers.module \openlayers_openlayers_styles()

Implementation of hook_openlayers_styles().

File

./openlayers.module, line 1083
Main OpenLayers API File

Code

function openlayers_openlayers_styles() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.styles');
  return _openlayers_openlayers_styles();
}