aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmap_arcgis.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module
index 8ffd846..e8cbfdf 100644
--- a/gmap_arcgis.module
+++ b/gmap_arcgis.module
@@ -160,7 +160,8 @@ function gmap_arcgis_mapserver() {
// The ArcGIS server URL.
//$base = 'http://gis2.socioambiental.org:8399/arcgis/rest/services/';
- $base = 'http://gisserver.socioambiental.org:6080/arcgis/rest/services/monitoramento/';
+ //$base = 'http://gisserver.socioambiental.org:6080/arcgis/rest/services/monitoramento/';
+ $base = 'https://geo.socioambiental.org/arcgis/rest/services/monitoramento/';
// The dynamic pattern we want to exclude.
$pattern = '/_[0-9]*._callback/';