I have a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000).
How should I do it using QGIS?
Answer
Yep sure can. Like alexgleith said you can use the qgsaffine plugin (from the plugin installer)
The top of the first line is at 0,0 and the top of the second line is at 5,5. At the start the points are along 0 on the X.
Using the Affine plugin we can add 5 to all the X coordinates:
Then after they are all on the second line at X 5, Y 5:
No comments:
Post a Comment