Starting with the definition:
GEOGCS["Hong Kong 1980",
DATUM["D_Hong_Kong_1980",
SPHEROID["International_1924",6378388,297]],
PRIMEM["Greenwich",0],
UNIT["Degree",0.017453292519943295]]
Hmmm.... Looking in the MapInfo Reference Guide, it appears that the Hong Kong 1980 datum is not supported by MapInfo yet. So we go to plan B. Search Google for “Hong Kong Datum 1980” and we’re looking for the seven transformation parameters you can use in place of a formal datum (documented in the MapInfo online help under “Defining Custom Datums”. BTW, this is published ONLY in the online help.
I found the full 7-parameter transform values at http://geomatics.lsgi.org/Portfolio/Tailored%20Datum%20Transformation%20for%20Locally%20Distributed%20Data.pdf. And you’ll see these correspond to the ones mentioned din the MI docs.

MapInfo does support the 1924 International ellipsoid; it’s #4. So now we have everything we need to transform the coordinates in the Hong Kong system to the WGS84 system.
Now comes the hard part – getting everything just the way MapInfo wants it and getting all the signs right. The general form of the projection string that we feed to MapInfo looks like:
9999, EllipsoidNumber, dX, dY, dZ, EX, EY, EZ, m, PrimeMeridian
The units are the way we want them, so here’s what you add to the *.prj file (including a required prefixed title and projection type.):
“Hong Kong 1980”, 1, 9999, 4, -165.207, -297.574, -132.642, 0.96319, 2.61013, 1.49050, -0.6713e-7, 0
That should do it! If not, then you’ll have to read the online help and manuals closely, check my math for blunders, and perhaps search for other sites that describe this projection (make sure they agree).
Good Luck!
- Bill Thoen
--
--
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
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Sita and Bill!Just out of curiosity, I decided to run a test and see how FME would solve the problem.
Judging from the name of the prj file, the target system is EPSG:4611, which is supported by FME.
zzzz However, the resulting mid/mif or tab file (in both tab libraries supplied by FME) simply defines the projection like this (cut from the mid/mif file):
Regards, Mats.E
--
--
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
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Regards,Sita Gurung
<mime-attachment.png>