如何在olx.style.TextOptions文本中添加新行?

时间:2015-05-21 19:56:04

标签: openlayers-3

我必须创建2行标签。 在OL 2中我通过在文本标签中添加'\ n'来实现它,但似乎ol3不支持它:

 new ol.style.Style({               
            text : new ol.style.Text(/** @type {olx.style.TextOptions} */ ({
                text:'line 1 \n line 2'
            }))
        })

如何打破1&之间的界线? 2?

1 个答案:

答案 0 :(得分:0)

目前图书馆没有支持,但人们已经讨论了ol3-dev Google小组中的解决方案以及拉取请求,例如:https://github.com/openlayers/ol3/pull/3538