Closing the panel div.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
function init(){
|
function init(){
|
||||||
map = new OpenLayers.Map('map');
|
map = new OpenLayers.Map('map');
|
||||||
|
|
||||||
nav = new OpenLayers.Control.NavigationHistory();
|
nav = new OpenLayers.Control.NavigationHistory();
|
||||||
// parent control must be added to the map
|
// parent control must be added to the map
|
||||||
map.addControl(nav);
|
map.addControl(nav);
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
Map navigation history controls<div id="panel"><div>
|
Map navigation history controls<div id="panel"></div>
|
||||||
<div id="docs"></div>
|
<div id="docs"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user