[OpenLayers-Commits] r10934 - sandbox/bartvde/openls/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Nov 30 10:28:55 EST 2010


Author: bartvde
Date: 2010-11-30 07:28:55 -0800 (Tue, 30 Nov 2010)
New Revision: 10934

Removed:
   sandbox/bartvde/openls/openlayers/examples/openls.html
Log:
remove non-used example

Deleted: sandbox/bartvde/openls/openlayers/examples/openls.html
===================================================================
--- sandbox/bartvde/openls/openlayers/examples/openls.html	2010-11-30 15:27:41 UTC (rev 10933)
+++ sandbox/bartvde/openls/openlayers/examples/openls.html	2010-11-30 15:28:55 UTC (rev 10934)
@@ -1,45 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
-    <link rel="stylesheet" href="style.css" type="text/css" />
-    <script src="../lib/OpenLayers.js"></script>
-    <script type="text/javascript">
-        var lon = 5;
-        var lat = 40;
-        var zoom = 5;
-        var map, layer;
-
-        function init(){
-            var format = new OpenLayers.Format.XLS();
-            var address = {
-                countryCode: 'US', 
-                street: '1 Freedom Rd', 
-                municipality: 'Providence', 
-                countrySubdivision: 'RI',
-                postalCode: '02909'
-            };
-            var request = format.write({addresses: [address]});
-            console.log(request);
-        }
-    </script>
-  </head>
-  <body onload="init()">
-    <h1 id="title"> WMS Untiled Example</h1>
-
-    <div id="tags">
-        singletile, tile
-    </div>
-        <p id="shortdesc">
-            Shows an example of an "untiled" WMS layer, which requests a single
-            image for the entire map view.
-        </p>
-    <div id="map" class="smallmap"></div>
-        <div id="docs">
-            An untiled layer will only request a single image at a time.
-            This is equivalent to using the deprecated
-            OpenLayers.Layer.WMS.Untiled class, which will be removed at 3.0.
-        </div>
-  </body>
-</html>
-
-



More information about the Commits mailing list