diff options
author | silvio <silvio@gota.(none)> | 2009-12-14 14:27:58 -0200 |
---|---|---|
committer | silvio <silvio@gota.(none)> | 2009-12-14 14:27:58 -0200 |
commit | b7f6ea207c769e21a98064641fd50e0d98889706 (patch) | |
tree | ee9f18b9920ba5e4b10b48862750b276f643994d | |
parent | a7d72468422e4aecce87c5ea18468877be7e7ae0 (diff) | |
download | gmap_arcgis-b7f6ea207c769e21a98064641fd50e0d98889706.tar.gz gmap_arcgis-b7f6ea207c769e21a98064641fd50e0d98889706.tar.bz2 |
Minor changes
-rw-r--r-- | gmap_arcgis.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module index 198def1..fc68938 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -5,8 +5,7 @@ * @file * Support for ArcGIS into GMap. * - * This module implements support for ArcGIS API - * into a GMap. + * This module implements support for ArcGIS API into a GMap. */ /** @@ -68,6 +67,7 @@ function gmap_arcgis_gmap($op, &$map) { * http://code.google.com/intl/pt-BR/apis/maps/documentation/reference.html#GIcon * * Example: + * * $labels = array( * array("http://mapservice/layer1", array('id', 'name'), array( * NULL, 'http://path/to/icon.png', |