[OpenLayers-Commits] r4752 - sandbox/ianmayo/openlayers/examples

commits at openlayers.org commits at openlayers.org
Tue Oct 2 06:16:48 EDT 2007


Author: ianmayo
Date: 2007-10-02 06:16:47 -0400 (Tue, 02 Oct 2007)
New Revision: 4752

Added:
   sandbox/ianmayo/openlayers/examples/citylights_lg.gif
Modified:
   sandbox/ianmayo/openlayers/examples/image-layer.html
Log:
switch to local image

Added: sandbox/ianmayo/openlayers/examples/citylights_lg.gif
===================================================================
(Binary files differ)


Property changes on: sandbox/ianmayo/openlayers/examples/citylights_lg.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: sandbox/ianmayo/openlayers/examples/image-layer.html
===================================================================
--- sandbox/ianmayo/openlayers/examples/image-layer.html	2007-10-02 08:40:44 UTC (rev 4751)
+++ sandbox/ianmayo/openlayers/examples/image-layer.html	2007-10-02 10:16:47 UTC (rev 4752)
@@ -20,7 +20,7 @@
             
             var graphic = new OpenLayers.Layer.Image(
                                 'City Lights',
-                                'http://earthtrends.wri.org/images/maps/4_m_citylights_lg.gif',
+                                'citylights_lg.gif',
                                 new OpenLayers.Bounds(-180, -88.759, 180, 88.759),
                                 new OpenLayers.Size(580, 288),
                                 options);



More information about the Commits mailing list