在openlayer angular指令中,缩放按钮不显示

时间:2018-06-13 22:50:40

标签: angularjs angularjs-directive openlayers openlayers-3 angular-openlayers

我在地图中没有任何缩放按钮

i don't have any zoom button in map

<openlayers ol-center="center" height="345px" width="560px">
    <ol-marker ol-marker-properties="coords"><ol-marker>
</openlayers>

我该如何展示它们?加号和减号

我使用angular openlayer指令

1 个答案:

答案 0 :(得分:1)

您需要导入css文件

<link rel="stylesheet" href="https://openlayers.org/en/v4.6.5/css/ol.css" type="text/css">