Sunday, 2 October 2016

arcgis 10.1 - Rendering huge amount of points?



I am new to ArcGIS, and currently developing a small app that uses ArcGIS JavaScript API.


I have encountered a couple of problems while working on this.


I have about 5000 points that I am returning from a database, parsing them, and displaying on my map (a state in the USA). When my app finishes rendering, the entire state is full of points and you can't make anything out of it. Now, so my understanding, simplemakersymbols, when declared have pixel size, so you can't increase the size dynamically when zooming in.


Is there any alternative to this?



I tried first declaring a smaller size, and then once zoomed in to a certain scale, I redeclare all the points with a larger pixel size value. Hence all this rendering and re-rendering takes a while before all the points are displayed again.


So is there a better way to accomplish this task?


I am using ArcGIS 10.1 and create points based on data I receive from the database on the fly.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...