2

I want to rotate my North oriented point shapefile to 45%, is there any way to rotate it QGIS or MapInfo?

nmtoken
  • 13,355
  • 5
  • 38
  • 87
Rafi.KM
  • 21
  • 1
  • 2

2 Answers2

1

In QGis you need to use the Affine Plugin (plugins->Fetch Python Plugin) or you could do it using PostGIS.

Have a look at this thread for further description on correct usage.

MappaGnosis
  • 33,857
  • 2
  • 66
  • 129
0

In MapInfo Professional you can rotate selected objects by any angel around a specific coordinate.

  1. Make the alyer editable
  2. Select the objects you want to rotate
  3. Select Objects > Rotate and enter the angle and a coordinate you want to rotate the data around
  4. Hit OK

If you data currently is stored in a shape file, you need to save it into a tab file to be able to edit it.