如何通过在openlayers3中绘制直线或多边形来选择多个要素?

时间:2015-11-20 15:17:56

标签: openlayers-3

我想通过绘制一些几何图形来选择要素,如果<Chart width={...} height={...} data={...} xAccessor={...}> <Wrapper><AnotherWrapper> <LineSeries yAccessor={...} /> <AreaSeries yAccessor={...} /> <SomeOtherSeries yAccessor={...} /> <ThisIsNotASeriesComponent ... /> </AnotherWrapper></Wrapper> </Chart> line已触及或包含该要素,则应选择polygon?如果有人有想法?

1 个答案:

答案 0 :(得分:0)

看看草皮:http://turfjs.org

您可以借助其api构建此功能:绘制线条或多边形后,使用turfs api分析数据。然后根据此分析选择功能