Looks as if /proxy no longer supports POST.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10015 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2010-02-03 17:23:12 +00:00
parent a5848fc84d
commit 5c7d3e5632
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
var map, wfs;
OpenLayers.ProxyHost = "/proxy/?url=";
OpenLayers.ProxyHost = "proxy.cgi?url=";
var DeleteFeature = OpenLayers.Class(OpenLayers.Control, {
initialize: function(layer, options) {

View File

@@ -1,5 +1,6 @@
var map, layer, styleMap;
OpenLayers.ProxyHost = "/proxy/?url=";
OpenLayers.ProxyHost = "proxy.cgi?url=";
function init() {
var geographic = new OpenLayers.Projection("EPSG:4326");

View File

@@ -1,5 +1,5 @@
var map;
OpenLayers.ProxyHost = "/proxy/?url=";
OpenLayers.ProxyHost = "proxy.cgi?url=";
function init() {
map = new OpenLayers.Map("map");