Select to view content in your preferred language

Count dynamically created points that fall within polygon(s)

483
0
08-11-2010 05:01 AM
LucBelliveau
New Contributor
I am designing an application where users may create an arbitrary number of points (either manually or via a CSV upload) on a map...

I would like to be able to run a query to determine the total number of individual points per county...   I can easily run a query per point to determine which county the points falls within, but if the CSV file has thousands of points, running one query per point will be much too slow...

Is there a way to accomplish this using the Javascript API ?

Any help would be greatly appreciated!

Thanks,

Luc
0 Kudos
0 Replies