I created a spatial table with SRID:4326. Now I want to change total projection to SRID:32644 into a new table. The old table should remain unchanged.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
If you're on PostGIS 2.0+, you can go:
|
|||
|
There should be an integer ID field in your spatial table in order to add it to QGIS. |
|||||||||
|
|
follow this way:
if you cannot create new table in first line pls try 2. and 3. first then create your table with number 1. i hope it helps you... |
|||
|
|
Taking a look at a very old (2005) posting from the Postgis User mailing list, if you want to reproject your existing table in-place, I think you would do the following:
Is a better way to do this in more current versions of PostGIS though? I'm not sure... |
||||
|
|

