aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmap_arcgis.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module
index 4bc26ad..c73bd30 100644
--- a/gmap_arcgis.module
+++ b/gmap_arcgis.module
@@ -47,7 +47,7 @@ function gmap_arcgis_gmap($op, &$map) {
// Add Google js API
$key = variable_get('gmap_api_key', '');
$script = '<script type = "text/javascript" ';
- drupal_set_html_head($script . 'src="https://www.google.com/jsapi?key=' . $key . '&sensor=true&language=pt-BR"></script>');
+ drupal_set_html_head($script . 'src="https://www.google.com/jsapi?key=' . $key . '&language=pt-BR"></script>');
// Add ArcGIS js API and wrapper
drupal_add_js('sites/all/libraries/gmaps-utility/arcgislink/src/arcgislink_compiled.js');