Hello, 
I am trying to rotate and move maps (nonearth, meters) and would like to 
try  this with the coordsys clause with an affine transformation.
I am having some difficulties determining de affine parameters. 
can someone help me? 

I have tried this little program and it doesn't work

'------------------------------------------------------
'move a map 500 meters east and north

include "mapbasic.def"
declare sub main
sub main
Commit Table tomove As "c:\temp\moved.tab"
CoordSys Nonearth
        Units  "m"
        Affine Units "m",1,0,500,1,0,500
        Bounds (0, 0) (275000,625000)
end sub

Walter Laan

****************************************
Archeologisch Diensten Centrum
Energieweg 14
3751 LT Bunschoten
telnr: 033-2998181
faxnr: 033-2998180
Let op nieuw email adres!
[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