Hello guys,
I am newbie to ArcGIS and trying to resolve quite interesting challenge with that solid background, so the challenge is:
I am trying to render quite a large dataset (~100k points) and have been hurt by the performance of the GraphicsLayer. So the idea was to switch to the FeatureLayer and that’s when light of joy enlightened me by seeing non linear memory usage and viewport only rendering with batched updates.
But then the darkness of reality came down as I realised that by default FeatureLayer respects Graphic’s geometry which is the point but completely ignores PictureMarkerSymbol attributes.
What do you think needs to be done in order to render images (all unique, data injected into url property) on a FeatureLayer? Do I need to build a custom renderer? Do you have an idea how having images instead of point markers will affect the performance?
Extremely appreciated on ideas/docs/snippets.