[OpenLayers-Commits] r3118 - sandbox/ominiverdi/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Thu May 3 09:02:41 EDT 2007
Author: ominiverdi
Date: 2007-05-03 09:02:41 -0400 (Thu, 03 May 2007)
New Revision: 3118
Modified:
sandbox/ominiverdi/openlayers/examples/proxy.cgi
Log:
WMSManager (ticket #687): trying workaround for proxy request (hope the last try)
Modified: sandbox/ominiverdi/openlayers/examples/proxy.cgi
===================================================================
--- sandbox/ominiverdi/openlayers/examples/proxy.cgi 2007-05-03 12:09:00 UTC (rev 3117)
+++ sandbox/ominiverdi/openlayers/examples/proxy.cgi 2007-05-03 13:02:41 UTC (rev 3118)
@@ -21,7 +21,7 @@
# Designed to prevent Open Proxy type stuff.
allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com', 'merrimack.metacarta.com', 'labs.metacarta.com', 'world.freemap.in',
- 'prototype.openmnnd.org']
+ 'prototype.openmnnd.org','neowms.sci.gsfc.nasa.gov','onearth.jpl.nasa.gov','wms.jpl.nasa.gov','http://sigma.openplans.org:3128']
try:
host = url.split("/")[2]
More information about the Commits
mailing list