设置OpenLayers地图容器的尺寸

时间:2017-11-21 12:44:44

标签: html css twitter-bootstrap openlayers

我有基本的HTML布局,包含Bootstrap导航栏和OpenLayers地图。

JS Fiddle here

HTML看起来像这样:

update table1
set uuid = 
(select table2.uuid from table2 where table1.itemDescription = table2.itemDescription);

问题是导航栏,因为它将地图div向下推,我必须向下滚动一下才能看到整个地图。我可以以某种方式限制地图只适合可见的屏幕范围,所以我没有任何滚动空间(如下图所示)?

enter image description here

这是我正在努力实现的一个很好的例子: http://jumpinjackie.github.io/bootstrap-viewer-template/2-column/index.html

1 个答案:

答案 0 :(得分:3)

您可以将其添加到您的代码中:

c