"Wright, Kevin" wrote:
> 
> Hi all,
> 
> Does anyone know of a point dispersion tool that will disperse points that
> are VERY CLOSE together.  I have a series of a few hundred geocoded
> addresses.  I would like to show them at a much more macro level (like a
> state view). But, as you would expect, at that level they just look like a
> blob - indistinguishable.  The MapInfo Tool "Disperse Points" only works on
> points that are in the EXACT same location.  So that tool does not help me.

You could reposition points by lowering the coordinate precision,
causing "close" points to snap to common points. Populate two new
fields with x and y coordinates of the objects, but use the
round() function to lower the precision. Of course, you might
want to save the original coordinates too! For example,
longitudes of -105.123456, -105.123458 and -105.123463 all fall
on -105.123460 with Round(fLon, 0.000001), where fLon is any of
those longitude values. Once your points are snapped to the same
locations, Disperse will work on them.


-- 
- Bill Thoen
------------------------------------------------------------ 
GISnet, 1401 Walnut St., Suite C, Boulder, CO  80302
tel: 303-786-9961, fax: 303-443-4856
mailto:[EMAIL PROTECTED], http://www.ctmap.com/gisnet
------------------------------------------------------------


_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to