function openlayers_views_style_map::render in Openlayers 7.2
Same name and namespace in other branches
- 6.2 modules/openlayers_views/views/openlayers_views_style_map.inc \openlayers_views_style_map::render()
- 6 modules/openlayers_views/views/openlayers_views_style_map.inc \openlayers_views_style_map::render()
Renders views (map)
Overrides views_plugin_style::render
File
- modules/
openlayers_views/ views/ openlayers_views_style_map.inc, line 74 - This file holds style plugin for OpenLayers Views
Class
- openlayers_views_style_map
- @class Extension of the Views Plugin Syle for OpenLayers
Code
function render() {
return theme($this
->theme_functions(), array(
'view' => $this->view,
'options' => $this->options,
'map' => $this->map,
));
}