You are here

public function openlayers_views_plugin_display_openlayers::execute in Openlayers 7.3

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.2 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 30
Display plugin for Openlayers Data

Class

openlayers_views_plugin_display_openlayers
Class openlayers_views_plugin_display_openlayers.

Code

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