diff options
author | Silvio <silvio@socioambiental.org> | 2014-03-25 18:25:42 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2014-03-25 18:25:42 -0300 |
commit | dbb790960c584eac07d6a451362fa3cd2162c72c (patch) | |
tree | bd1bb466c4e9ba24811feef3f5cb321f08d6e84d | |
parent | 93b24f944f6f4959cb6d8bcbbb5ae05e9d5832c4 (diff) | |
download | gmap_arcgis-feature/1388.tar.gz gmap_arcgis-feature/1388.tar.bz2 |
Back: Setting new ArcGIS server URLfeature/1388
-rw-r--r-- | gmap_arcgis.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module index c537ca8..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/'; |