Hi Everyone,
We are in the process of upgrading from Mapsuite web(MSW) 2.0 to version 3.0.
In the project, there is a requirement to NOT draw some features of the layer based on the logged in user.
A logged in user can have access to multiple layers and each layer may have different logic to draw some features and to exclude some features (based on the data from columns of the shape file or data from columns from datatable attached to shape file when it was loaded).
In MSW version 2.0, we used DONOTDRAW function, but there is no equivalent function in 3.0.
I dont think we can use "DrawingFeatures" event , because when we load layers, we dont know how many layers will be loaded for each user and hence we can not attach different event handlers to each layer.
and also, I am bit concerned about the performance of this function.
can anyone suggest a fast performing solution?
Any help is much appreciated.
Regards,
Prady