diff --git a/examples/wrapDateLine.html b/examples/wrapDateLine.html index 7a4cf8b12f..8e75755734 100644 --- a/examples/wrapDateLine.html +++ b/examples/wrapDateLine.html @@ -3,7 +3,7 @@ @@ -52,10 +52,30 @@ +

Wrapping the Date Line

+
+ Related to: + Layer.WMS, + Layer.MapServer, + wrapDateLine +
+ +

This example shows the use of the wrapDateLine layer option on a number of layer types.

+

This is an example that shows wrapping the date line. Wrapping the - date line is an option on the layer. + date line is an option on the layer. +

+

+ You can do it with a 'Layer.WMS' or a 'Layer.MapServer' layer. +

+
+    var mapserv = new OpenLayers.Layer.MapServer( "OpenLayers Basic", 
+                "http://labs.metacarta.com/wms/vmap0",
+                {layers: 'basic'},
+                {wrapDateLine: true} );
+