在ol.control.ZoomToExtent中,Openlayers3对视图使用“E”字符(http://openlayers.org/en/v3.5.0/examples/navigation-controls.html)。 但我想添加图片。怎么做?
答案 0 :(得分:2)
设置控件时,您可以传递几个选项,其中一个是标签 (ZoomToExtent Documentation)。
将标签设置为''并将 className 设置为特定样式,在CSS中设置样式样式,并根据需要添加图像。