Hi All,
I am displaying point data on map using graphics layer.Resultant data is quite heavy and occurs map performance issue(Map navigation operations).
I wanted to show data based on different zoom level, so is it possible on graphics layer or any other alternative?
Thanks in advance..
Regards,
Prahsant
Dear Prahsant,
Did you try to use any of restriction methods? or you maybe should not retrieve all attribute data ...
https://developers.arcgis.com/javascript/jsapi/graphicslayer-amd.html
isVisibleAtScale(scale)
setScaleRange(minScale, maxScale)
You cannot set scale dependencies on graphics. Try converting the graphics to a feature and that will allow scale dependencies.