我试图找出一种方法将高级填充样式应用于OpenLayers-3中的多边形。我想找到一种方法来使用OL3重现以下样式:
Apply hash pattern to polygon in openlayers
http://dev.openlayers.org/sandbox/ossipoff/openlayers/examples/graphicfill.html
OL2解决方案使用SLD格式,这似乎没有在OL3中实现。
我找到了一篇来自无限地理的伟大文章,讨论了ol.style.Style的几何选项,它允许提供高级样式。此选项很棒,但使用此技术将哈希模式应用于多边形会严重影响性能。
http://boundlessgeo.com/2015/04/geometry-based-styling-openlayers-3/
有什么建议吗? 谢谢!