source: sipes/libraries/openlayers/examples/single-tile.html @ 92f109b

stableversion-3.0
Last change on this file since 92f109b was 307d09d, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agregaron las librerias

  • Propiedad mode establecida a 100644
File size: 1.4 KB
Línea 
1<!DOCTYPE html>
2<html>
3    <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
6    <meta name="apple-mobile-web-app-capable" content="yes">
7        <title>OpenLayers: Single Tile</title>
8        <link rel="stylesheet" href="../theme/default/style.css" type="text/css">
9        <link rel="stylesheet" href="style.css" type="text/css">
10    </head>
11    <body>
12        <h1 id="title">Single Tile Example</h1>
13        <div id="tags">tile, ratio, singleTile, performance, light</div>
14        <p id="shortdesc">
15            Use the singleTile option on gridded layers to request a single tile.
16        </p> 
17        <div id="mapDiv" class="smallmap"></div>
18        <div id="docs">
19            <p>
20                This map demonstrates the use of the singleTile property as an
21                alternative to the default tiled behavior of layers.  The first
22                layer in the map is a WMS layer with the singleTile option set
23                true.  The second layer is a WMS layer with the default options.
24            </p>
25            <p>
26                View the <a href="single-tile.js" target="_blank">single-tile.js</a>
27                source to see how this is done.
28            </p>
29        </div>
30        <script src="../lib/OpenLayers.js"></script>
31        <script src="single-tile.js"></script>
32    </body>
33</html>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.