diff options
| author | Silvio <silvio@socioambiental.org> | 2014-03-25 18:19:31 -0300 | 
|---|---|---|
| committer | Silvio <silvio@socioambiental.org> | 2014-03-25 18:19:31 -0300 | 
| commit | 60826cd2bf6dee3b2d9f171e38cfa73e8c0d6963 (patch) | |
| tree | bd1bb466c4e9ba24811feef3f5cb321f08d6e84d | |
| parent | df08cfde4438b3a01631b06225075c13394a0b96 (diff) | |
| download | gmap_arcgis-60826cd2bf6dee3b2d9f171e38cfa73e8c0d6963.tar.gz gmap_arcgis-60826cd2bf6dee3b2d9f171e38cfa73e8c0d6963.tar.bz2 | |
Setting new ArcGIS server URLfeature/gmap3
| -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 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/'; | 
