[OpenLayers-Commits] r1774 - trunk/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Wed Nov 8 06:48:59 EST 2006
Author: crschmidt
Date: 2006-11-08 06:48:59 -0500 (Wed, 08 Nov 2006)
New Revision: 1774
Modified:
trunk/openlayers/examples/layer-opacity.html
Log:
Having a port number of ':80' in a WMS URL doesn't work right now, because
Firefox changes it, and then the URLs we're getting don't match the ones
we're expecting.
Modified: trunk/openlayers/examples/layer-opacity.html
===================================================================
--- trunk/openlayers/examples/layer-opacity.html 2006-11-08 11:45:57 UTC (rev 1773)
+++ trunk/openlayers/examples/layer-opacity.html 2006-11-08 11:48:59 UTC (rev 1774)
@@ -59,7 +59,7 @@
"http://terraservice.net/ogcmap.ashx",
{layers: "DRG"});
shade = new OpenLayers.Layer.WMS("Shaded Relief",
- "http://ims.cr.usgs.gov:80/servlet19/com.esri.wms.Esrimap/USGS_EDC_Elev_NED_3",
+ "http://ims.cr.usgs.gov/servlet19/com.esri.wms.Esrimap/USGS_EDC_Elev_NED_3",
{layers: "HR-NED.IMAGE", reaspect: "false", transparent: 'true'},
{isBaseLayer: false, opacity: 0.3});
map.addLayers([drg, shade]);
More information about the Commits
mailing list