Hi,
We have been using WfsV2FeatureLayer for a while but now it’s marked as obsolete and WfsV2AsyncLayer should be used instead.
There are couple of problems related to this change from your POV.
-
It seems that WfsV2AsyncLayer does not support QueryTools which we have been using to get features from WfsV2FeatureLayer in different scenarios. Is there some way to query features from WfsV2AsyncLayer or would it be possible to add support for QueryTools ?
-
We have generic implementation for different layers which use FeatureLayer as base class (OgcApi/Wfs/WfsV2/etc.) for setting styles etc. Problem is that now WfsV2AsyncLayer has totally different inheritance and would mean that instead of common implementation handling FeatureLayer we would need own specific implementation for WfsV2AsyncLayer.
BTW, what is the reason for removing WfsV2FeatureLayer ? It has been working without issues on our case so far.
Br, Simo