Skip to content

Commit

Permalink
Fix invalid randompointsonlines algorithm ID in menus.py
Browse files Browse the repository at this point in the history
Fix invalid algorithm ID for menu: qgis:randompointsonlines
The valid algorithm ID is native:randompointsonlines
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jul 20, 2020
1 parent d0dda27 commit 33fe1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/menus.py
Expand Up @@ -60,7 +60,7 @@
'qgis:randompointsinlayerbounds': researchToolsMenu,
'native:randompointsinpolygons': researchToolsMenu,
'qgis:randompointsinsidepolygons': researchToolsMenu,
'qgis:randompointsonlines': researchToolsMenu,
'native:randompointsonlines': researchToolsMenu,
'qgis:regularpoints': researchToolsMenu,
'native:selectbylocation': researchToolsMenu,
'native:polygonfromlayerextent': researchToolsMenu})
Expand Down

0 comments on commit 33fe1ea

Please sign in to comment.