Files
openlayers/examples/example.html
Tim Schaub 1284b71bbc Updating basic example.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-16 20:34:49 +00:00

23 lines
892 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>OpenLayers Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1 id="title">OpenLayers Example</h1>
<div id="tags">simple, basic</div>
<p id="shortdesc">
Demonstrate a simple map with an overlay that includes layer switching controls.
</p>
<div id="map" class="smallmap"></div>
<div id="docs">
<p>This is a basic example demonstrating the use of a map with two layers and a few controls.</p>
<p>View the <a href="example.js" target="_blank">example.js</a> source to see how this is done.</p>
</div>
<script src="../lib/OpenLayers.js"></script>
<script src="example.js"></script>
</body>
</html>