ThinkGeo.com    |     Documentation    |     Premium Support

Thoughts on plotting and speed

Hello,



I have a series of x,y points, each .1 of a degree, that represents wind speeds.  What I’m currently doing is adding all of the points within a wind speed range (10-19 mph, 20-29 mph, etc.) into a multipointshape, then putting that shape into an InMemoryFeatureLayer.  There can be up to 10 of these wind ranges, each in their own InMemoryFeatureLayer, and all of them added to a single LayerOverlay.



The process works well enough, but because there can be thousands of points (over 43,000 in the latest 5-10 mph layer alone, usually the largest one), it can take a while for the layer to draw on the map.  There are delays as well with changing scale and scrolling the map.



I’m looking for ways to speed up the drawing/redrawing of the map.  I already have the DrawingQuality = DrawingQuality.HighSpeed, but that’s only doing so much.  Any thoughts on how I can get this much data on the screen faster?



Thanks,

Dib


Hi Dib,



Thanks for reporting this, attached is the sample code, would you please try it? If you have any more question, please feel free to let us know.



Hope it helps



Summer

Post11302Sample.txt (6 KB)