source: ether_iasi/trunk/web/resources/js/OpenLayers-2.12/examples/bing-tiles.html @ 738

Last change on this file since 738 was 738, checked in by vmipsl, 11 years ago

OpenLayers?

File size: 1.2 KB
Line 
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 Bing Tiles Example</title>
8    <link rel="stylesheet" href="../theme/default/style.css" type="text/css">
9    <link rel="stylesheet" href="style.css" type="text/css">
10    <style type="text/css">
11    .olControlAttribution {
12        left: 2px;
13        right: inherit;
14        bottom: 3px;
15        line-height: 11px; 
16    }
17    </style>
18  </head>
19  <body>
20    <h1 id="title">Basic Bing Tiles Example</h1>
21
22    <div id="tags">
23        bing tiles, light
24    </div>
25
26    <div id="shortdesc">Use Bing with direct tile access</div>
27
28    <div id="map" class="smallmap"></div>
29
30    <div id="docs">
31        <p>This example shows a very simple map with Bing layers that use
32        direct tile access through Bing Maps REST Services.</p><p>See
33        <a target="_blank" href="bing-tiles.js">bing-tiles.js</a> for the
34        source code.</p>
35    </div>
36    <script src="../lib/OpenLayers.js"></script>
37    <script src="bing-tiles.js"></script>
38  </body>
39</html>
Note: See TracBrowser for help on using the repository browser.