Ahmet,

have you checked your coordinate system, in particular reduce the bounds to
be as close as possible to the area covered by your data.  The smaller the
bounded area the greater the recorded precision.

cheers

Martin
===================================
Martin Roundill
GIS Manager
Waitakere City Council
Private Bag 93109
Henderson
Waitakere City
New Zealand
Ph +64 9 836 8000 ext 8344
Fax +64 9 836 8001
email [EMAIL PROTECTED]
===================================

> -----Original Message-----
> From: Ahmet Dabanli [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, 18 August 1999 06:14
> To:   MapInfo mailing list
> Subject:      MI MapBasic Bug
> 
> i'm developing an application with mapbasic and there are some problems
> 
> i'm getting X and Y coordinates as float and printing them, they are OK
> when i want to create new points on that coordinates only one decimal left
> 
> for ex: x1 = 444333.633 when printed 
> 
> but the point object's X coordinate is 444333.6 , and same for Y
> 
> is it a mapinfo bug, or mapbasic bug or system bug
> my system's regional  parameters are as follows:
> 
> thousand separator:  ","
> decimal separator :    "."
> num of digits :     2
> 
> and the source code is as follows 
> 
> 
> set map coordsys window frontwindow()
> 
> create point into  variable nok  (x1,y1)  symbol(40,red,3)
> 
> insert into cekme (obj)  values (nok)
> 
> 
> i've also tried this
> 
> create point into  variable nok
>  (format$(x1,"#.###"),format$(y1,"#.###"))  symbol(40,red,3)
> 
> but nothing has changed
> 
> is there anyone wha has solved this kind of problem.?..
> 
> thanks for any help..
> 
> 
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to