[OpenLayers-Commits] r12213 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Aug 8 04:19:06 EDT 2011


Author: fredj
Date: 2011-08-08 01:19:06 -0700 (Mon, 08 Aug 2011)
New Revision: 12213

Modified:
   trunk/openlayers/examples/wrapDateLine.html
Log:
don't use the deprecated 'reproject' option.  no functional change.

Modified: trunk/openlayers/examples/wrapDateLine.html
===================================================================
--- trunk/openlayers/examples/wrapDateLine.html	2011-08-08 07:31:06 UTC (rev 12212)
+++ trunk/openlayers/examples/wrapDateLine.html	2011-08-08 08:19:06 UTC (rev 12213)
@@ -27,7 +27,7 @@
                 {layers: "bathymetry,land_fn,park,drain_fn,drainage," +
                          "prov_bound,fedlimit,rail,road,popplace",
                  transparent: "true", format: "image/png"},
-                {wrapDateLine: true, reproject: false});
+                {wrapDateLine: true});
 
             /* WW doesn't quite work yet */
             ww = new OpenLayers.Layer.WorldWind( "LANDSAT",



More information about the Commits mailing list