You are here

function openlayers_views_style_map::query in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 modules/openlayers_views/views/openlayers_views_style_map.inc \openlayers_views_style_map::query()

Query - override to make sure this doesn't get run

File

modules/openlayers_views/views/openlayers_views_style_map.inc, line 47
This file holds style plugin for OpenLayers Views

Class

openlayers_views_style_map
@class Extension of the Views Plugin Syle for OpenLayers

Code

function query() {
  $this->view->built = TRUE;
}