I am trying to create a map with the the ArcGIS API for JavaScript v4.3. Some of the points that I want to visualize are on the same location and I would like to use some type of point clustering to render the points.
I checked the ESRI documentation for this version but I could not find something about clustering.
Is there a way to do point clustering in ArcGIS JS v4.3?
2 Answers 2
Unfortunately, this is not possible through the current version it is planned though as future updates occur for this version.
ArcGIS API for JavaScript 3.20 Does have this capability.
-
I just found something that could be a solution. I will check it and get back. [link] (flareclusterlayer.azurewebsites.net/index_v4.html)Stratos Tso– Stratos Tso2017年05月23日 15:50:17 +00:00Commented May 23, 2017 at 15:50
-
Which version will it come. 4.8 does not have it. Do you know? :)podeig– podeig2018年09月26日 07:34:46 +00:00Commented Sep 26, 2018 at 7:34
The GitHub page linked below contains a clustering example for v4.x (this if from the above comments)
Explore related questions
See similar questions with these tags.