Closing the panel div.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-02-10 20:48:51 +00:00
parent 03248296e7
commit 4d6ccf2e50

View File

@@ -35,7 +35,7 @@
function init(){
map = new OpenLayers.Map('map');
nav = new OpenLayers.Control.NavigationHistory();
// parent control must be added to the map
map.addControl(nav);
@@ -69,7 +69,7 @@
</p>
<div id="map"></div>
Map navigation history controls<div id="panel"><div>
Map navigation history controls<div id="panel"></div>
<div id="docs"></div>
</body>
</html>