PostGIS is the spatial extension to the PostGreSQL database.
PostGIS 2 adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. The 2.0 release also provides raster handling and basic 3D geometry capacities (TIN and polyhedra).
PostGIS 2 adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. The 2.0 release also provides raster handling and basic 3D geometry capacities (TIN and polyhedra).
To install postgis2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install postgis2
To see what files were installed by postgis2, run:
port contents postgis2
To later upgrade postgis2, run:
sudo port selfupdate && sudo port upgrade postgis2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.