diff options
Diffstat (limited to 'gmap_arcgis.module')
-rw-r--r-- | gmap_arcgis.module | 7 |
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, |