0

I am creating a feature layer with layer url from esri online.

It currently has 250 000 data points. But with this 250k points itself it is rendering extremely slow. I also using mode on demand as

mode: FeatureLayer.MODE_ONDEMAND

How can i improve the performance with feature layer? Any reference is appreciated

James Z
  • 12,209
  • 10
  • 24
  • 44
arunraj770
  • 767
  • 1
  • 10
  • 29

1 Answers1

0

You could use WebGL:

https://www.esri.com/arcgis-blog/products/mapping/mapping/featurelayer-rendering-taking-advantage-of-webgl-in-2d/

Or try to use canvas rendering instead of svg

Below the Radar
  • 7,321
  • 11
  • 63
  • 142