I export a shape file, the prj file includes only this: PROJCS [ "MAGNA-SIRGAS / Origen-National" which is the name of my cs. What I have to do to have a correct prj file?
Page 1 / 1
If you included an Esri WKT string when defining your coordinate system, please open the .db file in your c:\\user\\xxx\\Documents\\FME\\CoordinateSystemExceptions folder that matches your cs file data in a text editor. Check that the WKT is complete, and contains no carriage returns.
If you did not include an Esri WKT string when creating your coordinate system, please create a new .db file in that same folder with the following content:
ESRI|<your coordinate system name>|<Esri WKT with no carriage returns>
The .db file contents map your custom coordinate system to an Esri WKT string that is used whenever you write to an Esri format.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.