You are here

public function gmap_plugin_style_gmapextended::render in GMap Module 7.2

Same name and namespace in other branches
  1. 7 gmap_plugin_style_gmapextended.inc \gmap_plugin_style_gmapextended::render()

Render the display in this style.

Overrides views_plugin_style::render

File

./gmap_plugin_style_gmapextended.inc, line 411
GMap style plugin.

Class

gmap_plugin_style_gmapextended

Code

public function render() {
  if (isset($this->view->live_preview) && $this->view->live_preview) {
    return t('GMap views are not compatible with live preview.');
  }
  return parent::render();
}