Syntax updates.
This commit is contained in:
@@ -11,11 +11,12 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.olControlAttribution { bottom: 0px!important }
|
.olControlAttribution {
|
||||||
|
bottom: 0px
|
||||||
|
}
|
||||||
#map {
|
#map {
|
||||||
height: 512px;
|
height: 512px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
|
<script src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
|
||||||
@@ -27,11 +28,11 @@
|
|||||||
<h1 id="title">OpenLayers Spherical Mercator Example</h1>
|
<h1 id="title">OpenLayers Spherical Mercator Example</h1>
|
||||||
|
|
||||||
<div id="tags">
|
<div id="tags">
|
||||||
spherical, mercator, osm, xyz, google, virtual earth, yahoo, tms, tile
|
spherical, mercator, osm, xyz, google, virtual earth, yahoo, tile
|
||||||
</div>
|
</div>
|
||||||
<p id="shortdesc">
|
<p id="shortdesc">
|
||||||
Shows the use of the Spherical Mercator Layers, for overlaying
|
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>
|
</p>
|
||||||
<div id="map" class="smallmap"></div>
|
<div id="map" class="smallmap"></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user