diff --git a/src/Plugin/views/style/StyledGoogleMapStyle.php b/src/Plugin/views/style/StyledGoogleMapStyle.php index 7092ed8..d0fc189 100644 --- a/src/Plugin/views/style/StyledGoogleMapStyle.php +++ b/src/Plugin/views/style/StyledGoogleMapStyle.php @@ -777,6 +777,7 @@ class StyledGoogleMapStyle extends StylePluginBase { * {@inheritdoc} */ public function render() { + $results = $this->view->result; // We check if the views result are empty, or if the settings of this area // force showing this area even if the view is empty. if (!empty($this->view->live_preview)) {