NationalSecurityAgency / qgis-shapetools-plugin

Shape Tools creates geodesic shapes and includes a number of geodesic tools for QGIS including the XY to Line tool, geodesic densify tool, geodesic line break, geodesic measure tool, geodesic measurement layer, geodesic scale, rotate and translate tool, and digitize points at an azimuth & distance tools.
GNU General Public License v2.0
154 stars 68 forks source link

cannot use different ellipsoid #29

Closed mlqc closed 5 years ago

mlqc commented 5 years ago

When I try using a Mars2000 ellipsoid (with radius=3396190), the result seems to imply it is still using the radius of the Earth. Could you help me solve that issue? thanks!

hamiltoncj commented 5 years ago

You are right. That is one algorithm that I did not fully integrate as a geodesic algorithm with the different ellipsoids. I will wok on it his week

mlqc commented 5 years ago

Great! thanks :)

On Nov 5, 2018, at 17:28, C Hamilton notifications@github.com wrote:

You are right. That is one algorithm that I did not fully integrate as a geodesic algorithm with the different ellipsoids. I will wok on it his week

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NationalSecurityAgency/qgis-shapetools-plugin/issues/29#issuecomment-435939530, or mute the thread https://github.com/notifications/unsubscribe-auth/AMaxPXFDK4hurHwMLrqc1RtspA_67ztoks5usGdFgaJpZM4YNOm6.

hamiltoncj commented 5 years ago

@mlqc I have updated the QGIS 3 Shape Tools plugin, version 3.2.4, ellipse tool to be fully geodesic and support the different ellipsoids. Let me know if you have any problems with it. The ellipse tool is also now in the Shape Tools processing toolbox. I think I will back port this fix to the QGIS 2 plugin.

hamiltoncj commented 5 years ago

I am going to close this ticket as I believe the issue has been solved. If you have any other problem please let me know.