You are here

function openlayers_views_plugin_display_openlayers::execute in Openlayers 7.2

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

OpenLayers data features are used directly in the map object.

Overrides views_plugin_display::execute

File

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

Class

openlayers_views_plugin_display_openlayers
@file Display plugin for OpenLayers Data

Code

function execute() {
  return $this->view
    ->render();
}