From fc4f96ce5eca8cb2f20ef3a1601fd1eb74697c3f Mon Sep 17 00:00:00 2001 From: Brandon Bergren <bdragon@rtk0.net> Date: Fri, 23 Jan 2009 17:00:24 +0000 Subject: [PATCH] gmap_parse_macro will assign ids as needed, no need to manually assign one. --- gmap_plugin_style_gmap.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gmap_plugin_style_gmap.inc b/gmap_plugin_style_gmap.inc index be71c24..a45cea5 100644 --- a/gmap_plugin_style_gmap.inc +++ b/gmap_plugin_style_gmap.inc @@ -122,7 +122,6 @@ class gmap_plugin_style_gmap extends views_plugin_style { if (!empty($markers)) { // Don't draw empty maps. $map = gmap_parse_macro($this->options['macro']); $map['markers'] = $markers; - $map['id'] = gmap_get_auto_mapid(); $output .= theme($this->theme_functions(), $this->view, $this->options, $map, $title); } } -- GitLab