You are here

function theme_openlayers_views_render_feature in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 modules/openlayers_views/includes/openlayers_views.theme.inc \theme_openlayers_views_render_feature()

Theme function for openlayers_views_render_feature

1 theme call to theme_openlayers_views_render_feature()
openlayers_views_style_data::map_features in modules/openlayers_views/views/openlayers_views_style_data.inc
Map features

File

modules/openlayers_views/includes/openlayers_views.theme.inc, line 32
This file holds the theme functions for openlayers_views module

Code

function theme_openlayers_views_render_feature($feature = '', $record = '') {
  return $feature;
}