You are here

function openlayers_views_plugin_display_openlayers::get_style_type in Openlayers 6.2

Same name and namespace in other branches
  1. 7.3 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::get_style_type()
  2. 7.2 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::get_style_type()

File

modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc, line 12
Display plugin for OpenLayers Data

Class

openlayers_views_plugin_display_openlayers
@file Display plugin for OpenLayers Data

Code

function get_style_type() {
  return 'openlayers';
}