From 5cdf5cc337827fecd055d4d299758059cf268d79 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 16 Mar 2016 12:12:53 -0300 Subject: Remove sensors param from gmap call --- gmap_arcgis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''); + drupal_set_html_head($script . 'src="https://www.google.com/jsapi?key=' . $key . '&language=pt-BR">'); // Add ArcGIS js API and wrapper drupal_add_js('sites/all/libraries/gmaps-utility/arcgislink/src/arcgislink_compiled.js'); -- cgit v1.2.3