From ff3d29d41f18a1be985d6cbf2b9294f430d474ae Mon Sep 17 00:00:00 2001 From: Javier Abadia Date: Mon, 2 Dec 2013 23:59:03 +0100 Subject: [PATCH] more and more servers needed --- tiles/proxy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tiles/proxy.php b/tiles/proxy.php index 95ca4ab..95c41fc 100755 --- a/tiles/proxy.php +++ b/tiles/proxy.php @@ -40,6 +40,7 @@ array( 'url' => 'http://tiles2.arcgis.com/tiles/', 'matchAll' => true, 'token' => '' ), array( 'url' => 'http://tiles3.arcgis.com/tiles/', 'matchAll' => true, 'token' => '' ), array( 'url' => 'http://tiles4.arcgis.com/tiles/', 'matchAll' => true, 'token' => '' ), + array( 'url' => 'http://server.arcgisonline.com/ArcGIS/rest/services/', 'matchAll' => true, 'token' => '' ), array( 'url' => 'http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/', 'matchAll' => true, 'token' => '' ), array( 'url' => 'http://services.arcgisonline.com/ArcGIS/rest/services/', 'matchAll' => true, 'token' => '' ), array( 'url' => 'http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/', 'matchAll' => true, 'token' => '' ),