Generate grids in Javascript API

574
2
09-13-2010 01:37 PM
SteveLi
New Contributor
I have a challenge to dynamically generate several thousands shaded grids as graphics in javascript api.  It just too slow.

I saw a sample in Flex use BitmapData.fillRect,which can render grids really fast.  Is there a similar thing in JS?

Thanks.
0 Kudos
2 Replies
derekswingley1
Frequent Contributor
Thousands of features is pushing beyond the limits of JS API graphics and into map service territory. But I know you said this needs to be dynamic so...do you need to have thousands of graphics visible at one time?

Can you post what you've got right now? And a link to the flex sample you're talking about?
0 Kudos
SteveLi
New Contributor
0 Kudos