| "A.Jame...@googlemail.com"
<A.Jame...@googlemail.com> 05/19/2008 10:54
AM
Sent by: mapi...@googlegroups.com Please respond to: mapi...@googlegroups.com |
|
UPDATE MyTable SET obj = CreatePoint ( x_column, y_column )
To set the symbol you want BEFORE you do this, use these commands:
Include "MapBasic.def"
Set Style Symbol MakeSymbol (34,YELLOW,9)
If you use the constant 'YELLOW' the you need to include MapBasic.def,
but you don't if you use the color number (e.g. 16776960 for yellow).
See the online help for "Symbol Clause" for rmore detail about this.
If your coordinates are not Longitude and Latitude, then before you
create points, you need to set the coordinate system to match the one
that your coordinates represent. This command is:
Set CoordSys ...
(see the online help for "CoordSys Clause" to get more info about this.)
- Bill Thoen