Hi,
I am creating a feature layer with layer url from esri online.
It is currently having 2.5 lakh data points which should be increased to 7 million. But with this 2.5 lakh points itself it is rendering slow. I also using mode on demand as
mode: FeatureLayer.MODE_ONDEMAND
And the docs says the value for maxAllowableOffset will be set the value on Feature Layers automatically while using esri online.
How can i improve the performance. Any reference is appreciated