Hello,
I don't know if this is an unreasonable task that I'm attempting to do but I'm trying to render around 550,000 polygons on a SceneView or MapView but every method that I go with seems to render either too slowly or break the view.
Here are the 2 methods I've tried so far:
- Download all data client side and create a GeoJSON layer based on a client side blob URL
- Upload all data to a hosted FeatureLayer service on ArcGIS