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 pg13-postgis3-doc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg13-postgis3-doc
To see what files were installed by pg13-postgis3-doc, run:
port contents pg13-postgis3-doc
To later upgrade pg13-postgis3-doc, run:
sudo port selfupdate && sudo port upgrade pg13-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.