Re: [osg-users] About LatLonHeight to XYZ Conversion

2017-02-01 Thread Sebastian Messerschmidt
Hi Rambabu Hi,Iam using below code osg::EllipsoidModel elipsModelObj; elipsModelObj.convertLatLongHeightToXYZ(12.9716,77.5946,500,x,y,z); Output x,y,z is different from online convertor x,y,z coordinates ? How to solve this ? Which online converter? Maybe

Re: [osg-users] About LatLonHeight to XYZ Conversion

2017-01-31 Thread Rambabu Repaka
Hi,Iam using below code osg::EllipsoidModel elipsModelObj; elipsModelObj.convertLatLongHeightToXYZ(12.9716,77.5946,500,x,y,z); Output x,y,z is different from online convertor x,y,z coordinates ? How to solve this ? ... Thank you! Cheers, Rambabu

[osg-users] About LatLonHeight to XYZ Conversion

2017-01-31 Thread Rambabu Repaka
Hi,Iam using the below code osg::EllipsoidModel elipsModelObj; elipsModelObj.convertLatLongHeightToXYZ(12.9716,77.5946,500,x,y,z); But i checked the x,y,z values ... Thank you! Cheers, Rambabu -- Read this topic online here: