How to add cluster on 3d globe?

710
6
06-24-2020 10:25 AM
DanuStúdio
New Contributor
Hello guys, I'm using this tutorial as a base: https://www.esri.com/arcgis-blog/products/js-api-arcgis/3d-gis/interactive-3d-globe/ my doubt is how to add a grouping of the added points. I already tried to use the clustering system that is in the documentation and it was not effective for me

This is the markers code:
 const extremesLayer = new GeoJSONLayer({
 url: "extreme-points.geojson",
 elevationInfo: {
 mode: "absolute-height",
 offset: offset
 },
 copyright: "Powered By <a href=\"https://visibleearth.nasa.gov/view.php?id=57747\" target=\"_blank\">Imagem das nuvens</a> cedidas pela NASA (image by Reto Stöckli) e <a href=\"https://hurb.com\" target=\"_blank\">Hurb</a>",
 renderer: {
 type: "simple",
 symbol: {
 type: "point-3d",
 symbolLayers: [{
 type: "icon",
 resource: { primitive: "circle" },
 material: { color: [0, 0, 0, 0] },
 outline: { color: [245, 99, 66, 1], size: 4 },
 size: 10
 }, {
 type: "icon",
 resource: { primitive: "circle" },
 material: { color: [0, 0, 0, 0] },
 outline: { color: [245, 99, 66, 1], size: 2 },
 size: 30
 }]
 }
 },

how to add a cluster? help me pls Sorry for bad English


0 Kudos
6 Replies
KenBuja
MVP Esteemed Contributor

Clustering is not available for 3D. See the documentation:

FeatureReductionCluster | ArcGIS API for JavaScript 4.15 

Noah-Sager
Esri Regular Contributor

Current known limitation for clustering:

FlavieMoraux
New Contributor III

Hy @Noah-Sager,

Is the limitation permanent or is it under development ?

Thanks,

Flavie

0 Kudos
Noah-Sager
Esri Regular Contributor

Hey @FlavieMoraux. Unfortunately, it's still a known limitation at this time, and I can't speak to what the future holds. If you want to submit an Idea, that might help as well.

https://community.esri.com/t5/custom/page/page-id/arcgis-ideas

 

0 Kudos
FlavieMoraux
New Contributor III

Hy,
2022, the limitation is still there... When will clustering 3D implementation be done?
Regards,
Flavie

Tags (1)