[OpenLayers-Commits] r10849 - sandbox/sonxurxo/wfs-t/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Oct 19 05:52:55 EDT 2010
Author: sonxurxo
Date: 2010-10-19 02:52:55 -0700 (Tue, 19 Oct 2010)
New Revision: 10849
Modified:
sandbox/sonxurxo/wfs-t/examples/wfs-transaction-optimized.html
Log:
Proxy URL update
Modified: sandbox/sonxurxo/wfs-t/examples/wfs-transaction-optimized.html
===================================================================
--- sandbox/sonxurxo/wfs-t/examples/wfs-transaction-optimized.html 2010-10-18 19:12:13 UTC (rev 10848)
+++ sandbox/sonxurxo/wfs-t/examples/wfs-transaction-optimized.html 2010-10-19 09:52:55 UTC (rev 10849)
@@ -64,8 +64,8 @@
<script type="text/javascript" src="../lib/OpenLayers.js"></script>
<script>
var map;
- OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url=";
- //OpenLayers.ProxyHost = "proxy.cgi?url=";
+ //OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url=";
+ OpenLayers.ProxyHost = "proxy.cgi?url=";
function init() {
map = new OpenLayers.Map("the_map", {
More information about the Commits
mailing list