在选定的边界框中从 Openlayers 3 获取所有 WMS 图层功能?

Get all WMS layer features from the Openlayers 3 with in selected bounding box?

对于向量层,我们有在边界框中获取特征的解决方案。

PFB 解决方案

http://tsauerwein.github.io/ol3/animation-flights/examples/box-selection.html

但是,WMS层有没有相应的解决方案?

Is there any respective solution for for WMS layer?

据我所知没有。 似乎从这个话题得到证实"Use GetFeatureInfo with OpenLayers and a Bounding Polygon" on GIS.stackexchange forum and from reading the official GeoServer WMS GetFeatureInfo documentation section

部分解决方案:

使用 WFS 服务,我们可以传递多边形几何图形并从地理服务器获取要素。