We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加地理要素到地图后,根据一些要素的属性用filter方法筛选,想改变筛选出来的要素样式。这些还没有问题,但是在添加要素之后,给了他们一个infoWindow,当使用完filter(),筛选后的要素样式改变之后,infoWindow就失效的,没有改变样式的还一样正常。
http://jsfiddle.net/ecLz76tp/
The text was updated successfully, but these errors were encountered:
let filter return array, fix #881
e01a13b
01ba408
No branches or pull requests
maptalks's version and what browser you use?
0.43.0
Issue description
添加地理要素到地图后,根据一些要素的属性用filter方法筛选,想改变筛选出来的要素样式。这些还没有问题,但是在添加要素之后,给了他们一个infoWindow,当使用完filter(),筛选后的要素样式改变之后,infoWindow就失效的,没有改变样式的还一样正常。
Please provide a reproduction URL (on any jsfiddle like site)
http://jsfiddle.net/ecLz76tp/
The text was updated successfully, but these errors were encountered: