Open vsigno opened 5 months ago
Hi there, I’m sure there are other priorities and more critical issues to address. Just wondering when the pull request for this issue will be merged. Thanks.
Thanks for this. The IconLayer
now works as expected with 9.0.20
, however the ScenegraphLayer
still has the same issue.
I updated the CodePen https://codepen.io/vsigno/pen/eYaEzwG
As above, as soon as the property extensions: [new DataFilterExtension({ categorySize: 1 })]
[line 55], is added to the layer, the layer itself is no longer visible (with no errors in the console). Commenting out this line makes the layer visible again.
Description
It seems that the
DataFilterExtension
is not working withScenegraphLayer
andIconLayer
. It works just fine withGeoJsonLayer
.As soon as the property
extensions: [new DataFilterExtension({ categorySize: 1 })],
is added to the layer, the layer itself is no longer visible (with no errors in the console). Commenting out this line makes the layer visible again.I tested using the same dataset for the three layers:
ScenegraphLayer
,IconLayer
, andGeoJsonLayer
. Only the last one works as expected. The documentation mentions limitations with some aggregation layers, but I did't find anything about those two layers.Is this an expected behaviour?
Flavors
Expected Behavior
Filter data also on
ScenegraphLayer
andIconLayer
.Steps to Reproduce
Codepen here https://codepen.io/vsigno/pen/eYaEzwG just uncomment line 35 and the Icon will disappear
Environment
Logs
No response