osm2pgsql-lua is OpenStreetMap data to PostgreSQL converter with Lua support
osm2pgsql-lua is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis This sub-port includes support for Lua scripts.
osm2pgsql-lua is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis This sub-port includes support for Lua scripts.
To install osm2pgsql-lua, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osm2pgsql-lua
To see what files were installed by osm2pgsql-lua, run:
port contents osm2pgsql-lua
To later upgrade osm2pgsql-lua, run:
sudo port selfupdate && sudo port upgrade osm2pgsql-lua
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.