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 e441573..71cf990 100644
--- a/gmap_arcgis.module
+++ b/gmap_arcgis.module
@@ -159,7 +159,8 @@ function gmap_arcgis_mapserver() {
header('Content-Type: text/plain;charset=utf-8');
// The ArcGIS server URL.
- $base = 'http://gis2.socioambiental.org:8399/arcgis/rest/services/';
+ //$base = 'http://gis2.socioambiental.org:8399/arcgis/rest/services/';
+ $base = 'http://gisserver.socioambiental.org:6080/arcgis/rest/services/monitoramento/';
// The dynamic pattern we want to exclude.
$pattern = '/_[0-9]*._callback/';