Joel,
Longitude/Latitude is spherical while your non-earth coordinate system
is Cartesian. I'd suggest doing your offset to an appropriate
real-world Cartesian system, e.g. UTM or State Plane. The convert that
to Longitude/Latitude with the "Save Copy As" command.
The only way that I know how to convert a non-earth to real-world
system is to save the non-earth is MID/MIF and then edit (copy &
paste) the coordinate system definition.
If my explanation above is too cryptic reply and I'll try to explain
better. Others may offer an easier approach.
Rich
--
Richard Greenwood
richard....@gmail.com
www.greenwoodmap.com
I have only done this once and then I used arcgis, because I didn't know
how to easily do it with MapInfo. Looking at the available tools in
MapInfo now, I wouldn't be surprised if the "Register Vector" utility
does exactly this.
Regards
Uffe Kousgaard
My replies really seem to be too terse for this list....
Offsetting the origin of the non-earth coordinate system will put it
onto a real-world system assuming that you know the real-world
coordinates of your assumed system. The OP seemed comfortable with
this step.
But MapInfo still sees the system as non-earth. So you save your
non-earth table to MID/MIF which is an ASCII format that can be edited
with a text editor. One of the MID/MIF files (I forget which) will
contain a line defining the coordinate system, which will be
non-earth. This line need to be replace with the definition of the
real-world system. This can be copied from a MID/MIF file of the
correct coord system.
The the MID/MIF is imported into MapInfo and will be recognized by MI
as real-world. At this point the MI "Save Copy As" option can be
selected, saving the real-world Cartesian tale to Lat/Long.
Regards,
That's ugly. I'd really recommend working with a "real" real-world
coordinate system.
Best regards / Med venlig hilsen Lars I. Nielsen GIS & DB Integrator GisPro
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
Thanks for the replies. I'll take a look at both of those recommendations. In the meantime, I've done some calculations outside of MapInfo to convert feet to longitude/latitude. My end goal is to get the coordinates, not to convert the map to real-world (that would break our MapBasic programs). I'm pretty close, but maybe not as close as MapInfo would be if I can successfully get the map into real-world. I'll keep at it. For those
--