Syntax updates.

This commit is contained in:
tschaub
2011-10-28 15:45:56 -06:00
parent 423bb39f23
commit 58cc225b9b

View File

@@ -11,11 +11,12 @@
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
.olControlAttribution { bottom: 0px!important }
.olControlAttribution {
bottom: 0px
}
#map {
height: 512px;
}
</style>
<script src="http://maps.google.com/maps/api/js?v=3.5&amp;sensor=false"></script>
@@ -27,11 +28,11 @@
<h1 id="title">OpenLayers Spherical Mercator Example</h1>
<div id="tags">
spherical, mercator, osm, xyz, google, virtual earth, yahoo, tms, tile
spherical, mercator, osm, xyz, google, virtual earth, yahoo, tile
</div>
<p id="shortdesc">
Shows the use of the Spherical Mercator Layers, for overlaying
Google, Yahoo, Microsoft, and other layers with WMS and TMS tiles.
Google, Yahoo, Microsoft, and other layers with XYZ tiles.
</p>
<div id="map" class="smallmap"></div>