From 7f0b04cd90757624d7323c9209ff4b27caebd0f4 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 22 Oct 2009 16:59:13 -0200 Subject: Adding content field at labels array --- gmap_arcgis.module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gmap_arcgis.module') diff --git a/gmap_arcgis.module b/gmap_arcgis.module index 9988676..76e2e80 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -65,10 +65,11 @@ function gmap_arcgis_gmap($op, &$map) { * * Where $layer is * - * $layer = array($layer_uri, $fields, $icon); + * $layer = array($layer_uri, $fields, $content, $icon); * - * Where $layer_uri is a MapService layer and $fields is an array with - * a pair of layer fields to pass to the queryand $icon is an array + * Where $layer_uri is a MapService layer, $fields is an array with + * a pair of layer fields to pass to the query, $content is a string + * with the content to display for each marker and $icon is an array * with parameteres from a GIcon class * * $icon = array($shadow, $image, $info_size, $shadow_size, -- cgit v1.2.3