diff options
-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', |