217 | | 2. copy C:\postgresql\bin\libgeos-3-1-0.dll and libgeos_c-1.dll to your PostgreSQL bin folder |
218 | | 3. open PGAdmin and make a new database without any template |
219 | | 4. open a new query-window to your new database |
220 | | 5. run postgis.sql and spatial_ref_sys.sql from C:\postgresql\share\contrib\ |
| 217 | 2. copy C:\postgresql\bin\libgeos-3-1-1.dll,libgeos_c-1.dll, libproj.dll, libiconv-2.dll (depending on which version it could be libiconv-2.dll or libiconv.dll), shp2pgsql.exe, pgsql2shp.exe to your PostgreSQL bin folder |
| 218 | 3. copy the proj datum shift files to share/contrib/postgis/proj |
| 219 | 4. open PGAdmin and make a new database without any template |
| 220 | 5. open a new query-window to your new database |
| 221 | 6. run postgis.sql and spatial_ref_sys.sql from C:\postgresql\share\contrib\ |