You are here

function theme_openlayers_styles in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 includes/openlayers.theme.inc \theme_openlayers_styles()

Theme function to be able to override styles

1 theme call to theme_openlayers_styles()
_openlayers_styles_process in includes/openlayers.render.inc
Process Styles

File

includes/openlayers.theme.inc, line 33
This file holds the theme functions for openlayers module

Code

function theme_openlayers_styles($styles = array(), $map = array()) {

  // Default is to just send the processed styles back
  return $styles;
}