diff options
author | Silvio <silvio@socioambiental.org> | 2015-12-14 12:20:52 -0200 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2015-12-14 12:20:52 -0200 |
commit | 55272747123cdb8587d8eeed4a4d172abcd91f14 (patch) | |
tree | 786900cf3ea65b5ab186b46a67753b86898a7cde | |
parent | d967dcb4b3affb4cd868b9457cb2b091cd4b4ae8 (diff) | |
download | gmap_arcgis-55272747123cdb8587d8eeed4a4d172abcd91f14.tar.gz gmap_arcgis-55272747123cdb8587d8eeed4a4d172abcd91f14.tar.bz2 |
Cleanup
-rw-r--r-- | gmap_arcgis.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module index e8cbfdf..4bc26ad 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -159,8 +159,6 @@ 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://gisserver.socioambiental.org:6080/arcgis/rest/services/monitoramento/'; $base = 'https://geo.socioambiental.org/arcgis/rest/services/monitoramento/'; // The dynamic pattern we want to exclude. |