From 92cfa0e4ed650325780381eaae399ecd10d16ccf Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 30 Nov 2011 17:48:07 +0100 Subject: [PATCH] use proxy url for openlayers.org --- examples/wmts-getfeatureinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wmts-getfeatureinfo.js b/examples/wmts-getfeatureinfo.js index 6882c44ec8..b2c949cdea 100644 --- a/examples/wmts-getfeatureinfo.js +++ b/examples/wmts-getfeatureinfo.js @@ -1,4 +1,4 @@ -OpenLayers.ProxyHost = "/proxy/?url="; +OpenLayers.ProxyHost = "proxy.cgi?url="; var map, control, popups = {}; function init() {