Recently I have updated my postgresql version. I have also upgraded pgAdmin from 3 to 4. But I was unable to load shapefile. I didn't find any plugin called shapefile loader. How can I get the shapefile loader plugin in pgAdmin 4?
Answer
I also had to upload a shapefile to postgresql and found this solution perfect. Navigate to the given path
"C:\Program Files\PostgreSQL\9.6\bin\postgisgui"
Run the gui file "shp2pgsql-gui.exe"
and a PostGIS Shapefile Import/Export Manager
will appear. Here you can import shapefile from a specified path.
No comments:
Post a Comment