From f80fc57b8d4d141fae2fc2c684ae730a3f9c02cf Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 11 Mar 2009 13:51:10 +0000 Subject: [PATCH] proxy chasing git-svn-id: http://svn.openlayers.org/trunk/openlayers@9009 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-protocol-transactions.html | 2 +- examples/wfs-protocol.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wfs-protocol-transactions.html b/examples/wfs-protocol-transactions.html index 28f896fe5f..cc72a4bd25 100644 --- a/examples/wfs-protocol-transactions.html +++ b/examples/wfs-protocol-transactions.html @@ -89,7 +89,7 @@ }); function init() { - OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url="; + OpenLayers.ProxyHost= "proxy.cgi?url="; map = new OpenLayers.Map('map', { projection: new OpenLayers.Projection("EPSG:900913"), displayProjection: new OpenLayers.Projection("EPSG:4326"), diff --git a/examples/wfs-protocol.html b/examples/wfs-protocol.html index 7a2362d6b5..bb8d6db85e 100644 --- a/examples/wfs-protocol.html +++ b/examples/wfs-protocol.html @@ -9,7 +9,7 @@ var map; function init() { - OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url="; + OpenLayers.ProxyHost= "proxy.cgi?url="; map = new OpenLayers.Map('map'); var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0",