PostGIS adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. It also handles raster tiles and MVT format. This adds documentation.
PostGIS adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. It also handles raster tiles and MVT format. This adds documentation.
To install pg14-postgis3-doc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg14-postgis3-doc
To see what files were installed by pg14-postgis3-doc, run:
port contents pg14-postgis3-doc
To later upgrade pg14-postgis3-doc, run:
sudo port selfupdate && sudo port upgrade pg14-postgis3-doc
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.