Hello. I'm trying to use FeatureLayer for 58.000 points which from featureservice url.
In this case i have 2 different issues.
1. Sceneview displaying only ~500 points, has no performance problem because of less data.
2. Mapview displaying only ~10000 points. But have serious performance problem.Cannot move map with mouse (WEBGL activated)
In all cases i want to show all of my data without any performance issues.
-- Do esri have the plan to including cluster layer class in the js api in the near future?
Tuba,
It is already there.
https://developers.arcgis.com/javascript/3/jsapi/featurelayer-amd.html#enablefeaturereduction
Enables feature reduction (for example clustering) on point layers. See setFeatureReduction() for more details. See the featureReduction object specification table below for options that may be set in this object.
Support for feature reduction is limited to the following scenarios:
HeatmapRenderer
, BlendRenderer
, TemporalRenderer
, orScaleDependentRenderer
.thanks for reply Robert. I forgot to say but i'm using 4.7 API.
Tuba,
The 4.x API has featureReduction.
But it does not yet support clustering.