webgeodatavore / azimuth_measurement

Plugin to measure azimuth in a simple way
GNU General Public License v2.0
3 stars 7 forks source link

Possible Duplicate Functionality #6

Open hamiltoncj opened 4 years ago

hamiltoncj commented 4 years ago

It looks like you may have duplicated the Shape Tools Plugin, Geodesic Measurement Tool which provides the azimuth angles. Be sure you are not duplicating functionality. I tried to test your plugin, but for some reason it is not working for me.

ThomasG77 commented 4 years ago

It looks like you may have duplicated the Shape Tools Plugin, Geodesic Measurement Tool which provides the azimuth angles. Be sure you are not duplicating functionality. I tried to test your plugin, but for some reason it is not working for me.

It seems you are wrong. This plugin has been released since 2016 whereas the plugin you mentioned has been released in 2017. First commit in this repo was in 2015 whereas the one you mentioned was in 2016.

Concerning the "not working aspect", I'm also encountering an issue with the plugin using QGIS 3.10 (tried with QGIS 3.4 and it was OK)

ThomasG77 commented 4 years ago

Followup for the code not working, calls to QgsPoint(QgsPointXY(10, 10)) are now invalid. It was causing several issues in draw_mono_line_map_tool.py. Waiting plugin new version approval on https://plugins.qgis.org/plugins/AzimuthMeasurement/

Update: plugin approved