openlayers功能是否有默认样式?
我猜,我真正想问的是,地理位置示例(https://openlayers.org/en/latest/examples/geolocation.html)中的accuracyFeature
是从哪里获得样式的?
答案 0 :(得分:1)
是的。版本5文档中缺少它,但是您可以在版本4 https://openlayers.org/en/v4.6.5/apidoc/ol.style.html
中找到它关于从何处获取它,新创建的图层的样式函数将返回该样式数组
var defaultStyles = new ol.layer.Vector().getStyleFunction()();