1

I would like to move my created layer across the map canvas.

example1

I found some solution here. And next tried to achieve something similar in QGIS 3.10.

example2

Unfortunately, this step couldn't be achieved, as I am getting an error:

This algorithm cannot be run :-( The specified GRASS 7 folder "C:\PROGRA~1\QGIS3~1.10\bin\bin" does not contain a valid set of GRASS 7 modules. Please, go to the Processing settings dialog, and check that the GRASS 7 folder is correctly configured

Is there any way to move the layer at the specified distance across the map canvas?

UPDATE:

I toggled to edit mode of the layer and selected it in the vertex tool. Now I have all nodes active:

enter image description here

Is there a way to move them all at once?

Geographos
  • 4,087
  • 2
  • 27
  • 88

2 Answers2

2

This is one option:

If you have a feature you want to manually move then you would need to enable the advanced digitizing toolbar and use the move feature tool. You can then view the distance in the X and Y plane as well as the bearing. To do this follow the steps taken in the GIF below:

enter image description here

AWGIS
  • 3,220
  • 1
  • 21
  • 36
1

Make sure you are using QGIS Desktop 3.10.1 with GRASS 7.8.1 (as opposed to plain QGIS Dekstop 3.10.1), this should enable the GRASS modules. Search for it from the start menu.

ferus89
  • 329
  • 1
  • 8
  • I have the GRASS 7.8.1, but I can't find the menu – Geographos Jan 09 '20 at 11:36
  • When you run QGIS, are you using the version that is just called QGIS Desktop 3.10.1, or the one called QGIS Desktop 3.10.1 with GRASS 7.8.1? Look in the folder where the app is stored, there should be different versions. – ferus89 Jan 09 '20 at 12:01