Hello Patrick,
Sorry for waiting, for your first question, it’s a little complicated, the projecting in 2.0 is totally different with 5.0 now, the way I can think about is create a point object, first using the 2.0 old way(exist way in your code) to transform the original data to this point, then using the 5.0 to transform this point to final data to draw, but this will cause you refer both 2.0 and 5.0 MapSuite, I’m not sure it’s a very good idea. Otherwise, you just rewrote the whole custom projection with 5.0 new way.
For the second question, you only need override ConvertToExternalProjectionCore and ConvertToInternalProjectionCore methods, and handle your logic how to transform your custom projection to goolg.
Maybe I’m not say it clearly, please let me know if you have any queries.
Regards,
Gary