While importing my shapefile data to PostGIS, I did not select the proper Projection.
How do I now change the SRID of the data, without transforming the Coordinates?
|
While importing my shapefile data to PostGIS, I did not select the proper Projection. How do I now change the SRID of the data, without transforming the Coordinates? |
|||
|
|
|
This is a four stage process:
Or if you want to get it done in one line, you can use the following function:
|
|||||
|