SpatiaLite is a library for geographic information systems (GIS) that implements the core OpenGIS specification. It provides SQLite with basic support for spatial data is intended for lightweight GIS projects.
SpatiaLite is a library for geographic information systems (GIS) that implements the core OpenGIS specification. It provides SQLite with basic support for spatial data is intended for lightweight GIS projects.
To install spatialite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spatialite
To see what files were installed by spatialite, run:
port contents spatialite
To later upgrade spatialite, run:
sudo port selfupdate && sudo port upgrade spatialite
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.