aboutsummaryrefslogtreecommitdiff
path: root/gmap_arcgis.module
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2009-10-22 16:59:13 -0200
committerSilvio <silvio@socioambiental.org>2009-10-22 16:59:13 -0200
commit7f0b04cd90757624d7323c9209ff4b27caebd0f4 (patch)
treecebf0b5900da1a2e9f1b23de5874f5f026f809d6 /gmap_arcgis.module
parent4bbf8693a2571a28d62b12a2177fea7eacfde66a (diff)
downloadgmap_arcgis-7f0b04cd90757624d7323c9209ff4b27caebd0f4.tar.gz
gmap_arcgis-7f0b04cd90757624d7323c9209ff4b27caebd0f4.tar.bz2
Adding content field at labels array
Diffstat (limited to 'gmap_arcgis.module')
-rw-r--r--gmap_arcgis.module7
1 files changed, 4 insertions, 3 deletions
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,