MI-L compact (shrink wrap) convex hull

2000-11-15 Thread Frank Ross

Hello all,

Does anyone know of a utility or a way to create a
"compact" or "shrink wrap" convex hull from a
selection of a street network?

I need to create a region (polygon) that contains only
selected streets (to be used to qualify customers for
services).

The convex hull routine in MI creates a general convex
hull but I'm looking for something that will snap to
the extents of every segment, so that my boundary does
not select streets (and potential geocodes) from
outside of the target area.

I used VM to turn the lines into points (for every
nodes) thinking that the convex hull routine may
honour all point extents but it did not (same results
as with lines).

TIA!!

Frank

__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/


___
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.



MI-L Update Point Color from Column

2000-11-15 Thread Jeff Rogers

I am trying to update the color of a set of points from data stored in a
column.  The "Color" colum is integer format ext "10256706".  Having tried
to piece together my best attempt from the archives this is what I have come
up with.  Any help or advice as to why this won't work would be appreciated.

Include "mapbasic.def"
Dim ColorRow As Integer
   Dim ColorObj As Object
  Set Table Test_Color
  FastEdit On Undo Off
   Fetch First From Test_Color
   Do While Not EOT(Test_Color)
  ColorRow = Test_Color.Color
  ColorObj = Test_Color.Obj
  Alter Object ColorObj
 Info OBJ_INFO_SYMBOL, MakeSymbol(12, ColorRow, 16)
  Update Test_Color
 Set Obj=ColorObj Where Color = ColorRow
  Fetch Next From Test_Color
   Loop

Jeff Rogers
[EMAIL PROTECTED]



___
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.



MI-L Transparent Fonts?

2000-11-15 Thread Peter McDonald

Wouldn' t it be nice to have transparent fonts available in Mapinfo?
Just put that on my wish list
Is there a way to make fonts transparent that I don't know?


___
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.