git-svn-id: http://svn.openlayers.org/trunk/openlayers@11158 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<title>OpenLayers Bing Tiles Example</title>
|
|
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
<style type="text/css">
|
|
.olControlAttribution {
|
|
left: 5px;
|
|
right: inherit;
|
|
bottom: 5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 id="title">Basic Bing Tiles Example</h1>
|
|
|
|
<div id="tags">
|
|
bing tiles
|
|
</div>
|
|
|
|
<div id="shortdesc">Use Bing with direct tile access</div>
|
|
|
|
<div id="map" class="smallmap"></div>
|
|
|
|
<div id="docs">
|
|
<p>This example shows a very simple map with Bing layers that use
|
|
direct tile access through Bing Maps REST Services.</p><p>See
|
|
<a target="_blank" href="bing-tiles.js">bing-tiles.js</a> for the
|
|
source code.</p>
|
|
</div>
|
|
<script src="../lib/OpenLayers.js"></script>
|
|
<script src="bing-tiles.js"></script>
|
|
</body>
|
|
</html>
|